From ce18a83f86c3ea71143493010cb496c416252fd5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Nov 2017 06:10:34 +0530 Subject: [PATCH] Nook driver: Support for the Glowlight 3 --- src/calibre/devices/nook/driver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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']