mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Apparently the Glowlight 2023 is an MTP device
This commit is contained in:
parent
ceb1d9d222
commit
be2ab41feb
@ -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 }
|
||||
};
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user