diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-24 17:46:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:53 -0400 |
commit | 1e76253220dbe66e048e55680266dd1f4af0be85 (patch) | |
tree | e3b1a340de062603b0e5d1e65e5e37a58973f7c3 /drivers/hid/Kconfig | |
parent | b5635b129b3ca3a9c879a36f58f5b8c4903d267a (diff) |
HID: move petalynx 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 b093f3c83e36..04f646a90d32 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -154,6 +154,13 @@ config HID_MICROSOFT | |||
154 | Support for some Microsoft devices which breaks less or more | 154 | Support for some Microsoft devices which breaks less or more |
155 | HID specification. | 155 | HID specification. |
156 | 156 | ||
157 | config HID_PETALYNX | ||
158 | tristate "Petalynx" | ||
159 | default m | ||
160 | depends on USB_HID | ||
161 | ---help--- | ||
162 | Support for Petalynx Maxter remote. | ||
163 | |||
157 | config HID_SUNPLUS | 164 | config HID_SUNPLUS |
158 | tristate "Sunplus" | 165 | tristate "Sunplus" |
159 | default m | 166 | default m |