mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Driver for Nook Glowlight
This commit is contained in:
parent
dbfbf17146
commit
f959ec195e
@ -84,15 +84,17 @@ class NOOK(USBMS):
|
|||||||
|
|
||||||
class NOOK_COLOR(NOOK):
|
class NOOK_COLOR(NOOK):
|
||||||
name = 'Nook Color Device Interface'
|
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:
|
if isosx:
|
||||||
PRODUCT_ID.append(0x005) # Nook HD+
|
PRODUCT_ID.append(0x005) # Nook HD+
|
||||||
BCD = [0x216]
|
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']
|
'NOOK_SIMPLETOUCH', 'NOOK_GLOWLIGHT']
|
||||||
EBOOK_DIR_MAIN = 'My Files'
|
EBOOK_DIR_MAIN = 'My Files'
|
||||||
SCAN_FROM_ROOT = True
|
SCAN_FROM_ROOT = True
|
||||||
NEWS_IN_FOLDER = False
|
NEWS_IN_FOLDER = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user