You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Jiri Kosina
parent
467d652306
commit
9bbf2b98ba
+1
-1
@@ -281,9 +281,9 @@ config HID_PICOLCD
|
||||
- Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE)
|
||||
- Contrast control (needs CONFIG_LCD_CLASS_DEVICE)
|
||||
- General purpose outputs (needs CONFIG_LEDS_CLASS)
|
||||
- EEProm / Flash access (via debugfs)
|
||||
Features that are not (yet) supported:
|
||||
- IR
|
||||
- EEProm / Flash access
|
||||
|
||||
config HID_QUANTA
|
||||
tristate "Quanta Optical Touch"
|
||||
|
||||
Reference in New Issue
Block a user