All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] sixaxis: Fix Sony Navigation Controller pairing
@ 2022-03-14  2:02 Jesse Pullinen
  2022-03-14  3:47 ` [BlueZ] " bluez.test.bot
  2022-03-14 22:11 ` [PATCH BlueZ] " Luiz Augusto von Dentz
  0 siblings, 2 replies; 4+ messages in thread
From: Jesse Pullinen @ 2022-03-14  2:02 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jesse Pullinen

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-27 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14  2:02 [PATCH BlueZ] sixaxis: Fix Sony Navigation Controller pairing Jesse Pullinen
2022-03-14  3:47 ` [BlueZ] " bluez.test.bot
2022-03-14 22:11 ` [PATCH BlueZ] " Luiz Augusto von Dentz
2022-03-27 23:00   ` Jesse Pullinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.