diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-14 16:41:43 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:51:04 -0400 |
commit | a48c65b35a6f993aec13d18a37f6ea71fbcb0c06 (patch) | |
tree | 504d1e2e250f433e3cdaf9bd3d21853903b9def7 /drivers/hid/hid-ids.h | |
parent | ffcf70fb0693f1ab0133f973b5b9c552be766b16 (diff) |
HID: add support for Bright ABNT2 brazilian device
This keyboard needs to reset the LEDS during probe.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.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 11afd33cbd6d..aad9ed1b406e 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -103,6 +103,9 @@ | |||
103 | #define USB_VENDOR_ID_BELKIN 0x050d | 103 | #define USB_VENDOR_ID_BELKIN 0x050d |
104 | #define USB_DEVICE_ID_FLIP_KVM 0x3201 | 104 | #define USB_DEVICE_ID_FLIP_KVM 0x3201 |
105 | 105 | ||
106 | #define USB_VENDOR_ID_BRIGHT 0x1241 | ||
107 | #define USB_DEVICE_ID_BRIGHT_ABNT2 0x1503 | ||
108 | |||
106 | #define USB_VENDOR_ID_BERKSHIRE 0x0c98 | 109 | #define USB_VENDOR_ID_BERKSHIRE 0x0c98 |
107 | #define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140 | 110 | #define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140 |
108 | 111 | ||