diff options
author | Patrick Plattes <patrick@erdbeere.net> | 2014-07-05 10:58:06 +0400 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2015-07-30 14:21:17 +0300 |
commit | e9a8e432051f9eae8b5359478a57208da6bf006a (patch) | |
tree | 95706483ade2ac1e080e55c43eab3edfc4c95054 /drivers/hid/hid-ids.h | |
parent | b828f594569d1adae73df14fe904c7a0cce2f267 (diff) | |
download | linux-e9a8e432051f9eae8b5359478a57208da6bf006a.tar.xz |
HID: ignore jabra gn9350e
commit 43c1a0a9db2d9213812766065f6a07a215ed70ad upstream.
Ignore Jabra GN9350E HID interface. USB audio is working nicely, but
registering as HID blocks USB mouse buttons. Since special userspace programs
are needed we will avoid attaching usbhid drivers in general.
Signed-off-by: Patrick Plattes <patrick@erdbeere.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jiri Slaby <jslaby@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 d0089cda3a84..7c03a1a87f2a 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -481,6 +481,7 @@ #define USB_VENDOR_ID_JABRA 0x0b0e #define USB_DEVICE_ID_JABRA_SPEAK_410 0x0412 #define USB_DEVICE_ID_JABRA_SPEAK_510 0x0420 +#define USB_DEVICE_ID_JABRA_GN9350E 0x9350 #define USB_VENDOR_ID_JESS 0x0c45 #define USB_DEVICE_ID_JESS_YUREX 0x1010 |