mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 20:24:36 +01:00
Fix #874753 (Pandigital Novel not recognized)
This commit is contained in:
parent
51b819f638
commit
75a7f77b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue