From: Jesse Pullinen <jesse12p@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Jesse Pullinen <jesse12p@gmail.com>
Subject: [PATCH BlueZ] sixaxis: Fix Sony Navigation Controller pairing
Date: Mon, 14 Mar 2022 04:02:45 +0200 [thread overview]
Message-ID: <20220314020245.135251-1-jesse12p@gmail.com> (raw)
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
next reply other threads:[~2022-03-14 2:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-14 2:02 Jesse Pullinen [this message]
2022-03-14 3:47 ` [BlueZ] sixaxis: Fix Sony Navigation Controller pairing bluez.test.bot
2022-03-14 22:11 ` [PATCH BlueZ] " Luiz Augusto von Dentz
2022-03-27 23:00 ` Jesse Pullinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220314020245.135251-1-jesse12p@gmail.com \
--to=jesse12p@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.