diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2010-03-30 16:33:50 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-31 05:20:59 -0400 |
commit | 236db47c2b3b69464d50c695ab2ddd516cf64520 (patch) | |
tree | 599125d28f2f0a23be2da9dc59d783fc404b65b0 /drivers/hid/Kconfig | |
parent | 39710479303fd3affb3e204e9a7a75cc676977b5 (diff) |
HID: new driver for PicoLCD device
Add basic driver for PicoLCD graphics device.
Initially support keypad with input device and provide support
for debugging communication via events file from debugfs.
Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 71d4c0703629..138ba6a277ee 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -262,6 +262,24 @@ config HID_PETALYNX | |||
262 | ---help--- | 262 | ---help--- |
263 | Support for Petalynx Maxter remote control. | 263 | Support for Petalynx Maxter remote control. |
264 | 264 | ||
265 | config HID_PICOLCD | ||
266 | tristate "PicoLCD (graphic version)" | ||
267 | depends on USB_HID | ||
268 | ---help--- | ||
269 | This provides support for Minibox PicoLCD devices, currently | ||
270 | only the graphical ones are supported. | ||
271 | |||
272 | This includes support for the following device features: | ||
273 | - Keypad | ||
274 | - Switching between Firmware and Flash mode | ||
275 | Features that are not (yet) supported: | ||
276 | - Framebuffer for monochrome 256x64 display | ||
277 | - Backlight control | ||
278 | - Contrast control | ||
279 | - IR | ||
280 | - General purpose outputs | ||
281 | - EEProm / Flash access | ||
282 | |||
265 | config HID_QUANTA | 283 | config HID_QUANTA |
266 | tristate "Quanta Optical Touch" | 284 | tristate "Quanta Optical Touch" |
267 | depends on USB_HID | 285 | depends on USB_HID |