Nook driver: Support for the Glowlight 3

This commit is contained in:
Kovid Goyal 2017-11-09 06:10:34 +05:30
parent aa8f685184
commit ce18a83f86
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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