mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1076057 (Private bug)
This commit is contained in:
parent
e074eb55bf
commit
6365c9adc6
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user