Skip to content

Commit c873d9a

Browse files
mungewellJiri Kosina
authored andcommitted
HID: hid-lg: Add USBID for Logitech G29 Wheel
Since this wheel is now available, and the USBID is listed on their website, this patch adds it to allow the hid-lg4ff force feedback driver to find it. I do not have this wheel to test with, but this should at least get it working in emulation mode. Note: There is probably more work required for adjust HID descriptor and handle switching between emulation and native modes. Signed-off-by: Simon Wood <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 874bf9e commit c873d9a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@
599599
#define USB_DEVICE_ID_LOGITECH_DUAL_ACTION 0xc216
600600
#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2 0xc218
601601
#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2_2 0xc219
602+
#define USB_DEVICE_ID_LOGITECH_G29_WHEEL 0xc24f
602603
#define USB_DEVICE_ID_LOGITECH_WINGMAN_F3D 0xc283
603604
#define USB_DEVICE_ID_LOGITECH_FORCE3D_PRO 0xc286
604605
#define USB_DEVICE_ID_LOGITECH_FLIGHT_SYSTEM_G940 0xc287

drivers/hid/hid-lg.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,8 @@ static const struct hid_device_id lg_devices[] = {
776776
.driver_data = LG_FF },
777777
{ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_RUMBLEPAD2_2),
778778
.driver_data = LG_FF },
779+
{ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_G29_WHEEL),
780+
.driver_data = LG_FF4 },
779781
{ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_WINGMAN_F3D),
780782
.driver_data = LG_FF },
781783
{ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_FORCE3D_PRO),

0 commit comments

Comments
 (0)