mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
HID: correct PID for saitek PS1000
Reported-by: Andreas Hübner <andreas@k4n.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
1e93674a8e
commit
c7fd7937ba
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@
|
||||||
|
|
||||||
#define USB_VENDOR_ID_SAITEK 0x06a3
|
#define USB_VENDOR_ID_SAITEK 0x06a3
|
||||||
#define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17
|
#define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17
|
||||||
#define USB_DEVICE_ID_SAITEK_PS1000 0xff17
|
#define USB_DEVICE_ID_SAITEK_PS1000 0x0621
|
||||||
|
|
||||||
#define USB_VENDOR_ID_SAMSUNG 0x0419
|
#define USB_VENDOR_ID_SAMSUNG 0x0419
|
||||||
#define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001
|
#define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001
|
||||||
|
|
Loading…
Reference in a new issue