On Wed, 24 Jul 2019, István Váradi wrote: > The USB device ID of the Saitek X52 joystick is added as a > define to hid-ids.h. > > Signed-off-by: István Váradi <ivaradi@xxxxxxxxxxxxxxx> > --- > drivers/hid/hid-ids.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h > index 0d695f8e1b2c..3a90962614ef 100644 > --- a/drivers/hid/hid-ids.h > +++ b/drivers/hid/hid-ids.h > @@ -989,6 +989,7 @@ > #define USB_DEVICE_ID_SAITEK_RAT7 0x0cd7 > #define USB_DEVICE_ID_SAITEK_RAT9 0x0cfa > #define USB_DEVICE_ID_SAITEK_MMO7 0x0cd0 > +#define USB_DEVICE_ID_SAITEK_X52 0x075c > > #define USB_VENDOR_ID_SAMSUNG 0x0419 > #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 István, thanks for the fix. I don't think it's necessary to have this as a split-out change from the quirk addition. I've squashed the two patches into one, and applied to for-5.3/upstream-fixes. -- Jiri Kosina SUSE Labs