diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-12-23 16:13:46 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-01-13 14:00:43 +0300 |
commit | 4bb9508bbbb06f10bc3e249dd34375b4a4d6bfc0 (patch) | |
tree | 6c717f0856598097176c1127de7070be8d4b8451 /drivers/hid/hid-ids.h | |
parent | 49e4739a0cf681cbfe08c72232c1dcc130b66dde (diff) | |
download | linux-4bb9508bbbb06f10bc3e249dd34375b4a4d6bfc0.tar.xz |
HID: remove TENX iBuddy from blacklist
There were multiple reports which indicate that vendor messed up horribly
and the same VID/PID combination is used for completely different devices,
some of them requiring the blacklist entry and other not.
Remove the blacklist entry for this combination of VID/PID completely, and let
the user decide and unbind the driver via sysfs eventually, if needed. Proper
fix would be fixing the vendor.
References:
http://lkml.org/lkml/2009/2/10/434
http://bugzilla.kernel.org/show_bug.cgi?id=13411
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index b009fd68deae..064c09a221ef 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -406,10 +406,6 @@ #define USB_VENDOR_ID_SUNPLUS 0x04fc #define USB_DEVICE_ID_SUNPLUS_WDESKTOP 0x05d8 -#define USB_VENDOR_ID_TENX 0x1130 -#define USB_DEVICE_ID_TENX_IBUDDY1 0x0001 -#define USB_DEVICE_ID_TENX_IBUDDY2 0x0002 - #define USB_VENDOR_ID_THRUSTMASTER 0x044f #define USB_VENDOR_ID_TOPMAX 0x0663 |