mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:55:07 +02:00
Fix #989264 (New Device: Nook Simple Touch w/ Glow Light)
This commit is contained in:
parent
c88a4f44c8
commit
332f40bbd1
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ class NOOK_COLOR(NOOK):
|
|||
PRODUCT_ID = [0x002, 0x003, 0x004]
|
||||
BCD = [0x216]
|
||||
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET',
|
||||
'NOOK_SIMPLETOUCH']
|
||||
EBOOK_DIR_MAIN = 'My Files'
|
||||
NEWS_IN_FOLDER = False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue