Apparently the Glowlight 2023 is an MTP device

This commit is contained in:
Kovid Goyal 2023-09-23 07:28:25 +05:30
parent ceb1d9d222
commit be2ab41feb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 1 deletions

View File

@ -16,5 +16,8 @@ const calibre_device_entry_t calibre_mtp_device_table[] = {
// Remove this once it is added to upstream libmtp // Remove this once it is added to upstream libmtp
, { "Amazon", 0x1949, "Kindle Scribe", 0x9981, DEVICE_FLAGS_ANDROID_BUGS } , { "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 } , { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE }
}; };

View File

@ -90,7 +90,6 @@ class NOOK_COLOR(NOOK):
0xc, # Glowlight from 2019 0xc, # Glowlight from 2019
0xd, # Glowlight from 2021 0xd, # Glowlight from 2021
0xe, # Glowlight from 2021 0xe, # Glowlight from 2021
0xf, # Glowlight from 2023
] ]
BCD = [0x216, 0x9999, 0x409, 0x440] BCD = [0x216, 0x9999, 0x409, 0x440]