From 716edaa41218fdcf465f2bdcdebf124a67b08cbf Mon Sep 17 00:00:00 2001 From: Alex Gal Date: Thu, 6 Nov 2014 10:29:13 -0500 Subject: [PATCH] plugins/sixaxis: Add Sony Navigation Controller --- plugins/sixaxis.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/sixaxis.c b/plugins/sixaxis.c index b09404a68..ac53ba9af 100644 --- a/plugins/sixaxis.c +++ b/plugins/sixaxis.c @@ -60,6 +60,13 @@ static const struct { .pid = 0x0268, .version = 0x0000, }, + { + .name = "Navigation Controller", + .source = 0x0002, + .vid = 0x054c, + .pid = 0x042f, + .version = 0x0000, + }, }; struct leds_data { -- 2.47.3