From f959ec195e91bb50581e0177e66f9fff7f534777 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 31 Oct 2013 08:20:40 +0530 Subject: [PATCH] Driver for Nook Glowlight --- src/calibre/devices/nook/driver.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/calibre/devices/nook/driver.py b/src/calibre/devices/nook/driver.py index e24950359c..918cf333cb 100644 --- a/src/calibre/devices/nook/driver.py +++ b/src/calibre/devices/nook/driver.py @@ -84,15 +84,17 @@ class NOOK(USBMS): class NOOK_COLOR(NOOK): name = 'Nook Color Device Interface' - description = _('Communicate with the Nook Color, TSR and Tablet eBook readers.') + description = _('Communicate with the Nook Color, TSR, Glowlight and Tablet eBook readers.') - PRODUCT_ID = [0x002, 0x003, 0x004] + PRODUCT_ID = [0x002, 0x003, 0x004, + # Glowlight from 2013 + 0x007] if isosx: PRODUCT_ID.append(0x005) # Nook HD+ BCD = [0x216] WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET', - 'NOOK_SIMPLETOUCH'] + 'NOOK_SIMPLETOUCH', 'NOOK_GLOWLIGHT'] EBOOK_DIR_MAIN = 'My Files' SCAN_FROM_ROOT = True NEWS_IN_FOLDER = False