Skip to content

Commit

Permalink
add support for mobiscribe epd updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Apr 13, 2020
1 parent c0a78e1 commit 5cd2962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/org/koreader/launcher/device/DeviceInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ object DeviceInfo {

// Nook Glowlight 3 et al.
NOOK_V520 = (MANUFACTURER.contentEquals("barnesandnoble") || MANUFACTURER.contentEquals("freescale"))
&& (MODEL.contentEquals("bnrv510") || MODEL.contentEquals("bnrv520") || MODEL.contentEquals("bnrv700") || MODEL.startsWith("ereader"))
&& (MODEL.contentEquals("bnrv510") || MODEL.contentEquals("bnrv520") || MODEL.contentEquals("bnrv700")
|| MODEL.contentEquals("evk_mx6sl") || MODEL.startsWith("ereader"))
deviceMap[EinkDevice.NOOK_V520] = NOOK_V520

// Sony DPT-RP1
Expand Down

0 comments on commit 5cd2962

Please sign in to comment.