summaryrefslogtreecommitdiff
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorRyan McClelland <rymcclel@gmail.com>2024-12-11 18:26:48 -0800
committerJiri Kosina <jkosina@suse.com>2025-01-09 10:00:01 +0100
commit03ece95097007805c5a8d3fcb904556469608563 (patch)
treef5cd4cfe9c246afb980a806831b64dc3f544e0b2 /drivers/hid/Kconfig
parent2a770b49b1bf00fca5473cb386eaf36d21d17d4b (diff)
downloadlinux-03ece95097007805c5a8d3fcb904556469608563.tar.gz
linux-03ece95097007805c5a8d3fcb904556469608563.tar.bz2
linux-03ece95097007805c5a8d3fcb904556469608563.zip
HID: nintendo: add support for md/gen 6B controller
The NSO MD/GEN 6B was a Japan-only controller released which has 6 buttons on the face of the controller. This adds support for this controller. It still enumerates just like the 3B controller, but will use extra bits in it's report for the 3 extra controllers. This also changes the events reported to match the letter on the controller for the NSO MD/GEN controller. The VID/PID it reports is the same as the 3B controller. This also removes a comment on the N64 Controllers which didn't mean anything. Signed-off-by: Ryan McClelland <rymcclel@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 4d2a89d65b65..d297c8e2b4c3 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -787,7 +787,7 @@ config HID_NINTENDO
Adds support for the Nintendo Switch Joy-Cons, NSO, Pro Controller.
All controllers support bluetooth, and the Pro Controller also supports
its USB mode. This also includes support for the Nintendo Switch Online
- Controllers which include the Genesis, SNES, and N64 controllers.
+ Controllers which include the NES, Genesis, SNES, and N64 controllers.
To compile this driver as a module, choose M here: the
module will be called hid-nintendo.