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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 3cf69a0a8b7..ac8e12d00c0 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -273,7 +273,7 @@ config HID_SAMSUNG depends on USB_HID default !EMBEDDED ---help--- - Support for Samsung InfraRed remote control. + Support for Samsung InfraRed remote control or keyboards. config HID_SONY tristate "Sony" if EMBEDDED |