public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add OneXPlayer Configuration HID Driver
@ 2026-04-12 21:34 Derek J. Clark
  2026-04-12 21:34 ` [PATCH v3 1/5] HID: hid-oxp: Add OneXPlayer configuration driver Derek J. Clark
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Derek J. Clark @ 2026-04-12 21:34 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires
  Cc: Pierre-Loup A . Griffais, Lambert Fan, Zhouwang Huang,
	Derek J . Clark, linux-input, linux-doc, linux-kernel

Adds an HID driver for OneXPlayer HID configuration devices. There are
currently 2 generations of OneXPlayer HID protocol. The first (OneXPlayer
F1 series) only provides an RGB control interface over HID. The Second
(X1 mini series, G1 series, AOKZOE A1X) also includes a hardware level
button mapping interface, vibration intensity settings, and the ability
to switch output between xinput and a debug mode that can be used to debug
the button mapping. Some devices (G1 Series, APEX) use a hybrid of Gen1
RGB control and Gen 2 controller settings. To ensure there is no conflicts
when the driver is loaded, we skip creating the RGB interface for Gen 2
devices if there is a DMI match.

I'll also add a note that Gen 1 devices also have an interface for
setting the key map and debug mode, but that is done entirely over a
serial TTY device so it is not able to be added to this driver. There
are also some "Gen 0" devices (OneXPlayer 2 Series) also use it, but
the TTY interface also handles the RGB control so no support is
provided by this driver for those interfaces.

Signed-off-by: Derel J. Clark <derekjohn.clark@gmail.com>

Derek J. Clark (5):
  HID: hid-oxp: Add OneXPlayer configuration driver
  HID: hid-oxp: Add Second Generation RGB Control
  HID: hid-oxp: Add Second Generation Gamepad Mode Switch
  HID: hid-oxp: Add Button Mapping Interface
  HID: hid-oxp: Add Vibration Intensity Attributes

 MAINTAINERS           |    6 +
 drivers/hid/Kconfig   |   13 +
 drivers/hid/Makefile  |    1 +
 drivers/hid/hid-ids.h |    6 +
 drivers/hid/hid-oxp.c | 1575 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 1601 insertions(+)
 create mode 100644 drivers/hid/hid-oxp.c

-- 
2.53.0


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

end of thread, other threads:[~2026-04-12 21:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 21:34 [PATCH v3 0/5] Add OneXPlayer Configuration HID Driver Derek J. Clark
2026-04-12 21:34 ` [PATCH v3 1/5] HID: hid-oxp: Add OneXPlayer configuration driver Derek J. Clark
2026-04-12 21:34 ` [PATCH v3 2/5] HID: hid-oxp: Add Second Generation RGB Control Derek J. Clark
2026-04-12 21:34 ` [PATCH v3 3/5] HID: hid-oxp: Add Second Generation Gamepad Mode Switch Derek J. Clark
2026-04-12 21:34 ` [PATCH v3 4/5] HID: hid-oxp: Add Button Mapping Interface Derek J. Clark
2026-04-12 21:34 ` [PATCH v3 5/5] HID: hid-oxp: Add Vibration Intensity Attribute Derek J. Clark

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