Message ID | 20190724180806.5745-1-ivaradi@varadiistvan.hu (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Jiri Kosina |
Headers | show |
Series | [1/2] HID: Add Saitek X52 to the HID IDs | expand |
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@varadiistvan.hu> > --- > 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.
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
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@varadiistvan.hu> --- drivers/hid/hid-ids.h | 1 + 1 file changed, 1 insertion(+)