mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #874753 (Pandigital Novel not recognized)
This commit is contained in:
parent
51b819f638
commit
75a7f77b6b
@ -84,7 +84,7 @@ class PDNOVEL(USBMS):
|
||||
FORMATS = ['epub', 'pdf']
|
||||
|
||||
VENDOR_ID = [0x18d1]
|
||||
PRODUCT_ID = [0xb004]
|
||||
PRODUCT_ID = [0xb004, 0xa004]
|
||||
BCD = [0x224]
|
||||
|
||||
VENDOR_NAME = 'ANDROID'
|
||||
|
Loading…
x
Reference in New Issue
Block a user