mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Driver for Nook Glowlight 4
This commit is contained in:
parent
425152cda2
commit
8169268ee3
@ -29,8 +29,8 @@ class NOOK(USBMS):
|
|||||||
FORMATS = ['epub', 'pdb', 'pdf']
|
FORMATS = ['epub', 'pdb', 'pdf']
|
||||||
|
|
||||||
VENDOR_ID = [0x2080, 0x18d1] # 0x18d1 is for softrooted nook
|
VENDOR_ID = [0x2080, 0x18d1] # 0x18d1 is for softrooted nook
|
||||||
PRODUCT_ID = [0x001]
|
PRODUCT_ID = [0x001, 0xd] # 0xd is Glowlight 4
|
||||||
BCD = [0x322]
|
BCD = [0x322, 0x409]
|
||||||
|
|
||||||
VENDOR_NAME = 'B&N'
|
VENDOR_NAME = 'B&N'
|
||||||
WINDOWS_MAIN_MEM = 'NOOK'
|
WINDOWS_MAIN_MEM = 'NOOK'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user