[PATCH 0/2] G923 Racing Wheel support
From: Erica Taylor
Date: Thu May 27 2021 - 09:41:27 EST
These two patches add the G923 to the two drivers which support it:
xpad & hid-logitech-hidpp.
The device boots up in Xbox-mode (which has some support out
of the box if added to the xpad device list). However, Logitech
use the HID++ protocol for 'PC mode'.
I've added code to xpad to perform the switch-over
and device information to the hid-logitech-hidpp driver.
With the hid-logitech-hidpp driver the wheel seems to have pretty
good support. As far as I can tell, all inputs & force feedback
work.
Erica Taylor (2):
HID: logitech-hidpp: add G923
Input: xpad - add Logitech G923 Xbox variant
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-logitech-hidpp.c | 3 +++
drivers/input/joystick/xpad.c | 30 ++++++++++++++++++++++++++++++
3 files changed, 34 insertions(+)
--
2.31.1