From: Vicki Pfau <vi@endrift.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Jiri Kosina <jikos@kernel.org>,
Benjamin Tissoires <bentiss@kernel.org>,
linux-input@vger.kernel.org
Cc: Vicki Pfau <vi@endrift.com>,
Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
Bastien Nocera <hadess@hadess.net>
Subject: [PATCH v2 0/1] HID: switch2: Add preliminary Switch 2 controller driver
Date: Thu, 8 Jan 2026 19:40:31 -0800 [thread overview]
Message-ID: <20260109034034.565630-1-vi@endrift.com> (raw)
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
next reply other threads:[~2026-01-09 3:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-09 3:40 Vicki Pfau [this message]
2026-01-09 3:40 ` [PATCH v2 1/1] HID: switch2: Add preliminary Switch 2 controller driver 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
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=20260109034034.565630-1-vi@endrift.com \
--to=vi@endrift.com \
--cc=bentiss@kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=hadess@hadess.net \
--cc=jikos@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox