Nook driver: Add support for Nook Glowlight Plus 2023

This commit is contained in:
Kovid Goyal 2023-09-08 20:12:40 +05:30
parent a62281dede
commit f8f6b47710
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -90,8 +90,9 @@ class NOOK_COLOR(NOOK):
0xc, # Glowlight from 2019
0xd, # Glowlight from 2021
0xe, # Glowlight from 2021
0xf, # Glowlight from 2023
]
BCD = [0x216, 0x9999, 0x409]
BCD = [0x216, 0x9999, 0x409, 0x440]
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET',
'NOOK_SIMPLETOUCH', 'NOOK_GLOWLIGHT']