diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-25 22:31:48 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 23:50:54 +0200 |
commit | 980a3da6acdd577ee3ae192e868dc52fe4b7f2e5 (patch) | |
tree | 420ca3c79bdca00967afe3683ff8acf11196174c /drivers/hid/Kconfig | |
parent | 949f8fef77186c7361d22e1ea6f42c76ceda42b0 (diff) | |
download | talos-obmc-linux-980a3da6acdd577ee3ae192e868dc52fe4b7f2e5.tar.gz talos-obmc-linux-980a3da6acdd577ee3ae192e868dc52fe4b7f2e5.zip |
HID: move samsung quirks
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 4dcb92ac887a..52b617bf2b93 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -175,6 +175,13 @@ config HID_PETALYNX ---help--- Support for Petalynx Maxter remote. +config HID_SAMSUNG + tristate "Samsung" + default m + depends on USB_HID + ---help--- + Support for Samsung IR remote. + config HID_SUNPLUS tristate "Sunplus" default m |