Fixed the device name. Commit 61745d2bb8b5f534278db49faf8e2cdb7e894529 ("sixaxis: Fix Bluetooth PS3 clone joypad being named like the original") made the matching use the name, which broke the pairing. --- profiles/input/sixaxis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/input/sixaxis.h b/profiles/input/sixaxis.h index ab8831995..cbd27cd06 100644 --- a/profiles/input/sixaxis.h +++ b/profiles/input/sixaxis.h @@ -49,7 +49,7 @@ get_pairing(uint16_t vid, uint16_t pid, const char *name) .type = CABLE_PAIRING_SIXAXIS, }, { - .name = "Navigation Controller", + .name = "Sony Navigation Controller", .source = 0x0002, .vid = 0x054c, .pid = 0x042f, base-commit: 42e99371584cc26c637fcc332de437d2c646f324 -- 2.35.1