Fix #1076057 (Private bug)

This commit is contained in:
Kovid Goyal 2012-11-08 08:20:44 +05:30
parent e074eb55bf
commit 6365c9adc6

View File

@ -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',