diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2010-03-30 16:38:09 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-31 05:32:31 -0400 |
commit | 9bbf2b98ba11d00bd73e3254e15cfe17ccaff6ba (patch) | |
tree | cffe1c088a62e943fde7a954177e530bc780d2c3 /drivers/hid/Kconfig | |
parent | 467d6523065187d4c081b078755da4103d7ffacb (diff) |
HID: add experimental access to PicoLCD device's EEPROM and FLASH
The PicoLCD device has a small amount of EEPROM and also provides access
to its FLASH where firmware and splash image are saved.
In flasher mode FLASH access is the only active feature.
Give read/write access to both via debugfs files.
NOTE: EEPROM and FLASH access should be switched to better suited API,
until then the will reside in 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 34f6593ea3b6..a2ecd83bfe89 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -281,9 +281,9 @@ config HID_PICOLCD | |||
281 | - Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE) | 281 | - Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE) |
282 | - Contrast control (needs CONFIG_LCD_CLASS_DEVICE) | 282 | - Contrast control (needs CONFIG_LCD_CLASS_DEVICE) |
283 | - General purpose outputs (needs CONFIG_LEDS_CLASS) | 283 | - General purpose outputs (needs CONFIG_LEDS_CLASS) |
284 | - EEProm / Flash access (via debugfs) | ||
284 | Features that are not (yet) supported: | 285 | Features that are not (yet) supported: |
285 | - IR | 286 | - IR |
286 | - EEProm / Flash access | ||
287 | 287 | ||
288 | config HID_QUANTA | 288 | config HID_QUANTA |
289 | tristate "Quanta Optical Touch" | 289 | tristate "Quanta Optical Touch" |