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']
|
||||
|
||||
VENDOR_ID = [0x2080, 0x18d1] # 0x18d1 is for softrooted nook
|
||||
PRODUCT_ID = [0x001]
|
||||
BCD = [0x322]
|
||||
PRODUCT_ID = [0x001, 0xd] # 0xd is Glowlight 4
|
||||
BCD = [0x322, 0x409]
|
||||
|
||||
VENDOR_NAME = 'B&N'
|
||||
WINDOWS_MAIN_MEM = 'NOOK'
|
||||
|
Loading…
x
Reference in New Issue
Block a user