Skip to content

Commit 1ee1369

Browse files
jameshilliardJiri Kosina
authored andcommitted
HID: quirks: Ignore Simply Automated UPB PIM
As this is a cypress HID->COM RS232 style device that is handled by the cypress_M8 driver we also need to add it to the ignore list in hid-quirks. Cc: stable <[email protected]> Signed-off-by: James Hilliard <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent a5d8164 commit 1ee1369

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/hid/hid-ids.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,8 @@
999999
#define USB_DEVICE_ID_ROCCAT_RYOS_MK_PRO 0x3232
10001000
#define USB_DEVICE_ID_ROCCAT_SAVU 0x2d5a
10011001

1002+
#define USB_VENDOR_ID_SAI 0x17dd
1003+
10021004
#define USB_VENDOR_ID_SAITEK 0x06a3
10031005
#define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17
10041006
#define USB_DEVICE_ID_SAITEK_PS1000 0x0621

drivers/hid/hid-quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ static const struct hid_device_id hid_ignore_list[] = {
833833
{ HID_USB_DEVICE(USB_VENDOR_ID_PETZL, USB_DEVICE_ID_PETZL_HEADLAMP) },
834834
{ HID_USB_DEVICE(USB_VENDOR_ID_PHILIPS, USB_DEVICE_ID_PHILIPS_IEEE802154_DONGLE) },
835835
{ HID_USB_DEVICE(USB_VENDOR_ID_POWERCOM, USB_DEVICE_ID_POWERCOM_UPS) },
836+
{ HID_USB_DEVICE(USB_VENDOR_ID_SAI, USB_DEVICE_ID_CYPRESS_HIDCOM) },
836837
#if IS_ENABLED(CONFIG_MOUSE_SYNAPTICS_USB)
837838
{ HID_USB_DEVICE(USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_TP) },
838839
{ HID_USB_DEVICE(USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_INT_TP) },

0 commit comments

Comments
 (0)