Skip to content

Commit

Permalink
fix incorrect eink driver for a number of tolino devices (#530)
Browse files Browse the repository at this point in the history
Regression from #526.
  • Loading branch information
benoit-pierre authored Nov 22, 2024
1 parent 72f13d5 commit 9bd2501
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 9bd2501

Please sign in to comment.