Driver for Nook Glowlight

This commit is contained in:
Kovid Goyal 2013-10-31 08:20:40 +05:30
parent dbfbf17146
commit f959ec195e

View File

@ -84,15 +84,17 @@ class NOOK(USBMS):
class NOOK_COLOR(NOOK):
name = 'Nook Color Device Interface'
description = _('Communicate with the Nook Color, TSR and Tablet eBook readers.')
description = _('Communicate with the Nook Color, TSR, Glowlight and Tablet eBook readers.')
PRODUCT_ID = [0x002, 0x003, 0x004]
PRODUCT_ID = [0x002, 0x003, 0x004,
# Glowlight from 2013
0x007]
if isosx:
PRODUCT_ID.append(0x005) # Nook HD+
BCD = [0x216]
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EBOOK_DISK', 'NOOK_TABLET',
'NOOK_SIMPLETOUCH']
'NOOK_SIMPLETOUCH', 'NOOK_GLOWLIGHT']
EBOOK_DIR_MAIN = 'My Files'
SCAN_FROM_ROOT = True
NEWS_IN_FOLDER = False