Diff between 716edaa41218fdcf465f2bdcdebf124a67b08cbf and face37796d2006b3be381eee790a4b2567b369b7
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/server.c | +4 | -0 | modified |
Full Patch
diff --git a/profiles/input/server.c b/profiles/input/server.c
index 307db96..50a9074 100644
--- a/profiles/input/server.c
+++ b/profiles/input/server.c
@@ -140,6 +140,10 @@ static bool dev_is_sixaxis(const bdaddr_t *src, const bdaddr_t *dst)
if (vid == 0x054c && pid == 0x05c4)
return true;
+ /* Navigation Controller */
+ if (vid == 0x054c && pid == 0x042f)
+ return true;
+
return false;
}