From 6365c9adc60b559010a84d39f5a356953dc89fde Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 8 Nov 2012 08:20:44 +0530 Subject: [PATCH] Fix #1076057 (Private bug) --- src/calibre/devices/nook/driver.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/nook/driver.py b/src/calibre/devices/nook/driver.py index 8b8e4a972f..a47a487e1e 100644 --- a/src/calibre/devices/nook/driver.py +++ b/src/calibre/devices/nook/driver.py @@ -83,7 +83,9 @@ class NOOK(USBMS): class NOOK_COLOR(NOOK): description = _('Communicate with the Nook Color, TSR and Tablet eBook readers.') - PRODUCT_ID = [0x002, 0x003, 0x004] + PRODUCT_ID = [0x002, 0x003, 0x004, + # Nook HD+ + 0x005] BCD = [0x216] WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET',