diff options
author | Frank Kunz <xxxxxmichl@googlemail.com> | 2012-07-06 00:32:49 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-09 18:21:32 +0400 |
commit | 0e050923a797c1fc46ccc1e5182fd3090f33a75d (patch) | |
tree | 50faf8d5617ff593fa3cc0255a11e4e78575b003 /drivers/hid/hid-ids.h | |
parent | 0c47935c5b5cd4916cf1c1ed4a2894807f7bcc3e (diff) | |
download | linux-0e050923a797c1fc46ccc1e5182fd3090f33a75d.tar.xz |
HID: add Sennheiser BTD500USB device support
The Sennheiser BTD500USB composit device requires the
HID_QUIRK_NOGET flag to be set for working proper. Without the
flag the device crashes during hid intialization.
Signed-off-by: Frank Kunz <xxxxxmichl@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index d1cdd2d28409..fc0c68e4b9ed 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -653,6 +653,9 @@ #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 #define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600 +#define USB_VENDOR_ID_SENNHEISER 0x1395 +#define USB_DEVICE_ID_SENNHEISER_BTD500USB 0x002c + #define USB_VENDOR_ID_SIGMA_MICRO 0x1c4f #define USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD 0x0002 |