diff --git a/src/calibre/devices/nook/driver.py b/src/calibre/devices/nook/driver.py index 96dc7c73a5..5aee05029e 100644 --- a/src/calibre/devices/nook/driver.py +++ b/src/calibre/devices/nook/driver.py @@ -91,8 +91,9 @@ class NOOK_COLOR(NOOK): 0x002, 0x003, 0x004, 0x005, # Nook HD+ 0x007, # Glowlight from 2013 + 0xb, # GLowlight from 2017 ] - BCD = [0x216] + BCD = [0x216, 0x9999] WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET', 'NOOK_SIMPLETOUCH', 'NOOK_GLOWLIGHT']