HID: add experimental access to PicoLCD device's EEPROM and FLASH
authorBruno Prémont <bonbons@linux-vserver.org>
Tue, 30 Mar 2010 20:38:09 +0000 (22:38 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 31 Mar 2010 09:32:31 +0000 (11:32 +0200)
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>

No differences found