Commit Graph

3 Commits (e91b7bd266d21b7d1170217cbcf188b1892a2518)

Author SHA1 Message Date
chrox d0b450efde refresh battery capacity when going out of suspend
This should fix #1383.
10 years ago
chrox a5b90588ae add powerd for PocketBook device 10 years ago
Hans-Werner Hilse 3066c86e38 Refactoring hardware abstraction
This is a major overhaul of the hardware abstraction layer.
A few notes:

General platform distinction happens in
  frontend/device.lua
which will delegate everything else to
  frontend/device/<platform_name>/device.lua
which should extend
  frontend/device/generic/device.lua

Screen handling is implemented in
  frontend/device/screen.lua
which includes the *functionality* to support device specifics.
Actually setting up the device specific functionality, however,
is done in the device specific setup code in the relevant
device.lua file.

The same goes for input handling.
10 years ago