Skip to content

Commit

Permalink
fix incorrect eink driver for a number of tolino devices
Browse files Browse the repository at this point in the history
Regression from koreader#526.
  • Loading branch information
benoit-pierre committed Nov 21, 2024
1 parent 72f13d5 commit fdb811f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/java/org/koreader/launcher/device/EPDFactory.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ object EPDFactory {
DeviceInfo.Id.ONYX_JDREAD,
DeviceInfo.Id.RIDI_PAPER_3,
DeviceInfo.Id.TOLINO,
DeviceInfo.Id.TOLINO_EPOS1,
DeviceInfo.Id.TOLINO_EPOS2,
DeviceInfo.Id.TOLINO_PAGE2,
DeviceInfo.Id.TOLINO_SHINE3,
DeviceInfo.Id.TOLINO_VISION4,
DeviceInfo.Id.TOLINO_VISION5,
-> {
logController("Tolino/NTX")
TolinoEPDController()
Expand Down

0 comments on commit fdb811f

Please sign in to comment.