diff options
author | Don Prince <dhprince.devel@yahoo.co.uk> | 2010-05-17 11:42:39 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-17 13:36:44 +0200 |
commit | b355850ba383232d4e0e357c1cda8cb7bfcc60bc (patch) | |
tree | 760dfd1b7fe7aaf5ef45ffa5ec28ef7dc54b9dd3 /drivers/hid/hid-ids.h | |
parent | a9885c8f7bf62e251fc178f838b9f0ee897c158a (diff) |
HID: hid-samsung: add support for Creative Desktop Wireless 6000
Add support for the multimedia buttons of the Creative Desktop Wireless 6000
keyboard/mouse combo which are not currently handled by the default/samsung HID
driver.
Signed-off-by: Don Prince <dhprince-devel@yahoo.co.uk>
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 30cba94cfb0c..ba071b1aba3e 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -415,6 +415,7 @@ #define USB_VENDOR_ID_SAMSUNG 0x0419 #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 +#define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600 #define USB_VENDOR_ID_SONY 0x054c #define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b |