summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-logitech-hidpp.c
diff options
context:
space:
mode:
authorWalt Holman <waltholman09@gmail.com>2023-02-07 13:50:52 -0600
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2023-02-10 14:29:51 +0100
commite8ab7a10edc7d071f64d8a8352b88e7d7477854a (patch)
treef1d7ae5fe274c88b86f661d80881408b8c634bb1 /drivers/hid/hid-logitech-hidpp.c
parent3ab1c27f925ba8cc61ed35640c6bdca183657407 (diff)
downloadlinux-e8ab7a10edc7d071f64d8a8352b88e7d7477854a.tar.gz
linux-e8ab7a10edc7d071f64d8a8352b88e7d7477854a.tar.bz2
linux-e8ab7a10edc7d071f64d8a8352b88e7d7477854a.zip
HID: Add support for Logitech G923 Xbox Edition steering wheel
We get the same level of features as the regular G920. Signed-off-by: Walt Holman <waltholman09@gmail.com> Link: https://lore.kernel.org/r/20230207195051.16373-1-waltholman09@gmail.com Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'drivers/hid/hid-logitech-hidpp.c')
-rw-r--r--drivers/hid/hid-logitech-hidpp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c
index 7283e9933d3c..4337cc3f4283 100644
--- a/drivers/hid/hid-logitech-hidpp.c
+++ b/drivers/hid/hid-logitech-hidpp.c
@@ -4354,6 +4354,9 @@ static const struct hid_device_id hidpp_devices[] = {
{ /* Logitech G920 Wheel over USB */
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_G920_WHEEL),
.driver_data = HIDPP_QUIRK_CLASS_G920 | HIDPP_QUIRK_FORCE_OUTPUT_REPORTS},
+ { /* Logitech G923 Wheel (Xbox version) over USB */
+ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_G923_XBOX_WHEEL),
+ .driver_data = HIDPP_QUIRK_CLASS_G920 | HIDPP_QUIRK_FORCE_OUTPUT_REPORTS },
{ /* Logitech G Pro Gaming Mouse over USB */
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC088) },