Skip to content

Commit

Permalink
Apparently the Glowlight 2023 is an MTP device
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 23, 2023
1 parent ceb1d9d commit be2ab41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/calibre/devices/mtp/unix/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ const calibre_device_entry_t calibre_mtp_device_table[] = {
// Remove this once it is added to upstream libmtp
, { "Amazon", 0x1949, "Kindle Scribe", 0x9981, DEVICE_FLAGS_ANDROID_BUGS }

// Remove this once it is added to upstream libmtp (Nook Glowlight 2023)
, { "BarnesAndNoble", 0x2080, "BNRV1300", 0xf, DEVICE_FLAGS_ANDROID_BUGS }

, { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE }
};
1 change: 0 additions & 1 deletion src/calibre/devices/nook/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class NOOK_COLOR(NOOK):
0xc, # Glowlight from 2019
0xd, # Glowlight from 2021
0xe, # Glowlight from 2021
0xf, # Glowlight from 2023
]
BCD = [0x216, 0x9999, 0x409, 0x440]

Expand Down

0 comments on commit be2ab41

Please sign in to comment.