Skip to content

Commit

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

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

// Onyx C67
MANUFACTURER == "onyx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ object EPDFactory {
DeviceInfo.Id.MEEBOOK_M6,
DeviceInfo.Id.MEEBOOK_M7,
DeviceInfo.Id.MOAAN_MIX7,
DeviceInfo.Id.OBOOK_A8,
DeviceInfo.Id.OBOOK_P78D,
DeviceInfo.Id.PUBU_PUBOOK,
DeviceInfo.Id.XIAOMI_READER,
-> {
Expand Down

0 comments on commit 55e773f

Please sign in to comment.