diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2015-05-12 10:00:00 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-05-13 13:24:19 +0200 |
commit | 849eca7b9dae0364e2fbe8afdf0fb610d12c9c8f (patch) | |
tree | 22a6c1ca65054028edd89a89ab8a91c8f81a1ea2 /drivers/hid/hid-ids.h | |
parent | 2d94e5224e81c58986a8cf44a3bf4830ce5cb96e (diff) | |
download | linux-849eca7b9dae0364e2fbe8afdf0fb610d12c9c8f.tar.gz linux-849eca7b9dae0364e2fbe8afdf0fb610d12c9c8f.tar.bz2 linux-849eca7b9dae0364e2fbe8afdf0fb610d12c9c8f.zip |
HID: usbhid: Add HID_QUIRK_NOGET for Aten DVI KVM switch
Like other KVM switches, the Aten DVI KVM switch needs a quirk to avoid spewing
errors:
[791759.606542] usb 1-5.4: input irq status -75 received
[791759.614537] usb 1-5.4: input irq status -75 received
[791759.622542] usb 1-5.4: input irq status -75 received
Add it.
Signed-off-by: Laura Abbott <labbott@fedoraproject.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 41f167e4d75f..7ce93d927f62 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -164,6 +164,7 @@ #define USB_DEVICE_ID_ATEN_2PORTKVM 0x2204 #define USB_DEVICE_ID_ATEN_4PORTKVM 0x2205 #define USB_DEVICE_ID_ATEN_4PORTKVMC 0x2208 +#define USB_DEVICE_ID_ATEN_CS682 0x2213 #define USB_VENDOR_ID_ATMEL 0x03eb #define USB_DEVICE_ID_ATMEL_MULTITOUCH 0x211c |