Skip to content

Commit

Permalink
add obook
Browse files Browse the repository at this point in the history
  • Loading branch information
hugleo authored Dec 23, 2024
1 parent a217b76 commit 65079ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/org/koreader/launcher/device/DeviceInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ object DeviceInfo {
NABUK,
NOOK,
NOOK_GL4,
OBOOK_A8,
ONYX_C67,
ONYX_DARWIN7,
ONYX_DARWIN9,
Expand Down Expand Up @@ -308,6 +309,10 @@ object DeviceInfo {
|| MODEL == "evk_mx6sl" || MODEL.startsWith("ereader"))
-> Id.NOOK

// OBOOK A8
MANUFACTURER == STR_ROCKCHIP && PRODUCT == "rk3566_78d" && MODEL == "p78d"
-> Id.OBOOK_A8

// Onyx C67
MANUFACTURER == "onyx"
&& (PRODUCT.startsWith("c67") || MODEL == "rk30sdk")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ object EPDFactory {
DeviceInfo.Id.MEEBOOK_M6,
DeviceInfo.Id.MEEBOOK_M7,
DeviceInfo.Id.MOAAN_MIX7,
DeviceInfo.Id.OBOOK_A8,
DeviceInfo.Id.PUBU_PUBOOK,
DeviceInfo.Id.XIAOMI_READER,
-> {
Expand Down

0 comments on commit 65079ef

Please sign in to comment.