mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Nook driver: Support for the Glowlight 3
This commit is contained in:
parent
aa8f685184
commit
ce18a83f86
@ -91,8 +91,9 @@ class NOOK_COLOR(NOOK):
|
||||
0x002, 0x003, 0x004,
|
||||
0x005, # Nook HD+
|
||||
0x007, # Glowlight from 2013
|
||||
0xb, # GLowlight from 2017
|
||||
]
|
||||
BCD = [0x216]
|
||||
BCD = [0x216, 0x9999]
|
||||
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET',
|
||||
'NOOK_SIMPLETOUCH', 'NOOK_GLOWLIGHT']
|
||||
|
Loading…
x
Reference in New Issue
Block a user