Skip to content

Commit

Permalink
Add support for Onyx Boox Note Max
Browse files Browse the repository at this point in the history
Reason: new
commercial name of product: Onyx Boox Note Max
android version: 13
driver(s) that work: E-ink: Onyx/Qualcomm (it has no frontlight)

Manufacturer: qualcomm
Brand: onyx
Model: notemax
Device: notemax
Product: notemax
Hardware: qcom
Platform: msmnile
  • Loading branch information
hugleo authored Feb 16, 2025
1 parent b9cfd36 commit 42d0225
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 @@ -97,6 +97,7 @@ object DeviceInfo {
ONYX_NOTE_AIR,
ONYX_NOTE_AIR2,
ONYX_NOTE_AIR_3C,
ONYX_NOTE_MAX,
ONYX_NOTE_PRO,
ONYX_NOTE_X2,
ONYX_NOVA,
Expand Down Expand Up @@ -431,6 +432,10 @@ object DeviceInfo {
BRAND == "onyx" && MODEL == "noteair3c"
-> Id.ONYX_NOTE_AIR_3C

// Onyx Boox Note Max
BRAND == "onyx" && PRODUCT == "notemax" && DEVICE == "notemax"
-> Id.ONYX_NOTE_MAX

// Onyx Note Pro
MANUFACTURER == "onyx" && PRODUCT == "notepro" && DEVICE == "notepro"
-> Id.ONYX_NOTE_PRO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ object EPDFactory {
DeviceInfo.Id.ONYX_NOTE_AIR,
DeviceInfo.Id.ONYX_NOTE_AIR2,
DeviceInfo.Id.ONYX_NOTE_AIR_3C,
DeviceInfo.Id.ONYX_NOTE_MAX,
DeviceInfo.Id.ONYX_NOTE_PRO,
DeviceInfo.Id.ONYX_NOTE_X2,
DeviceInfo.Id.ONYX_NOVA,
Expand Down

0 comments on commit 42d0225

Please sign in to comment.