public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] HID: switch2: Add preliminary Switch 2 controller driver
@ 2026-01-09  3:40 Vicki Pfau
  2026-01-09  3:40 ` [PATCH v2 1/1] " Vicki Pfau
  2026-01-30 22:09 ` [Poke?] Re: [PATCH v2 0/1] " lyude
  0 siblings, 2 replies; 8+ messages in thread
From: Vicki Pfau @ 2026-01-09  3:40 UTC (permalink / raw)
  To: Dmitry Torokhov, Jiri Kosina, Benjamin Tissoires, linux-input
  Cc: Vicki Pfau, Luiz Augusto von Dentz, Bastien Nocera

This is effectively a resubmission of the previous patch with minor fixes
for issues that came up during the first review. Bluetooth support is still
not included, but this will hopefully provide a solid foundation for
bringing up Bluetooth support once BlueZ is capable of bringing up the
controller. This will probably require a new plugin, but investigation is
still ongoing.

Vicki Pfau (1):
  HID: switch2: Add preliminary Switch 2 controller driver

 MAINTAINERS                          |   7 +
 drivers/hid/Kconfig                  |  18 +
 drivers/hid/Makefile                 |   1 +
 drivers/hid/hid-ids.h                |   4 +
 drivers/hid/hid-switch2.c            | 975 +++++++++++++++++++++++++++
 drivers/hid/hid-switch2.h            | 242 +++++++
 drivers/input/joystick/Kconfig       |   8 +
 drivers/input/joystick/Makefile      |   1 +
 drivers/input/joystick/switch2-usb.c | 353 ++++++++++
 9 files changed, 1609 insertions(+)
 create mode 100644 drivers/hid/hid-switch2.c
 create mode 100644 drivers/hid/hid-switch2.h
 create mode 100644 drivers/input/joystick/switch2-usb.c

-- 
2.51.2


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

end of thread, other threads:[~2026-02-14 19:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09  3:40 [PATCH v2 0/1] HID: switch2: Add preliminary Switch 2 controller driver Vicki Pfau
2026-01-09  3:40 ` [PATCH v2 1/1] " Vicki Pfau
2026-02-14 19:34   ` Joshua Peisach
2026-01-30 22:09 ` [Poke?] Re: [PATCH v2 0/1] " lyude
2026-01-30 22:14   ` lyude
2026-02-02 11:41     ` Jiri Kosina
2026-02-03  1:42       ` Vicki Pfau
2026-02-09  7:59         ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox