]> www.infradead.org Git - users/jedix/linux-maple.git/commit
HID: nintendo: add support for md/gen 6B controller
authorRyan McClelland <rymcclel@gmail.com>
Thu, 12 Dec 2024 02:26:48 +0000 (18:26 -0800)
committerJiri Kosina <jkosina@suse.com>
Thu, 9 Jan 2025 09:00:01 +0000 (10:00 +0100)
commit03ece95097007805c5a8d3fcb904556469608563
treef5cd4cfe9c246afb980a806831b64dc3f544e0b2
parent2a770b49b1bf00fca5473cb386eaf36d21d17d4b
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>
drivers/hid/Kconfig
drivers/hid/hid-nintendo.c