diff options
author | Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com> | 2011-03-16 13:13:53 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-03-16 19:32:42 -0400 |
commit | 270fdc0748bd3f7b625caff985f2fcf8e2185ec7 (patch) | |
tree | 5c454f258ec760835e104ce561e9303269a59d26 /drivers/hid/hid-ids.h | |
parent | 2d9ca4e9f393d81d8f37ed37505aecbf3a5e1bd6 (diff) |
HID: add support for Ortek PKB-1700
As reported on http://ubuntuforums.org/showthread.php?t=1594007 the
PKB-1700 needs same special handling as WKB-2000. This change is
originally based on patch posted by user asmoore82 on the Ubuntu
forums.
Cc: stable@kernel.org
Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 92a0d61a7379..5f5cc9100aff 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -466,6 +466,7 @@ | |||
466 | #define USB_DEVICE_ID_ONTRAK_ADU100 0x0064 | 466 | #define USB_DEVICE_ID_ONTRAK_ADU100 0x0064 |
467 | 467 | ||
468 | #define USB_VENDOR_ID_ORTEK 0x05a4 | 468 | #define USB_VENDOR_ID_ORTEK 0x05a4 |
469 | #define USB_DEVICE_ID_ORTEK_PKB1700 0x1700 | ||
469 | #define USB_DEVICE_ID_ORTEK_WKB2000 0x2000 | 470 | #define USB_DEVICE_ID_ORTEK_WKB2000 0x2000 |
470 | 471 | ||
471 | #define USB_VENDOR_ID_PANJIT 0x134c | 472 | #define USB_VENDOR_ID_PANJIT 0x134c |