mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Fix #5572 (Palm Pre not detected)
This commit is contained in:
parent
7d7ab9bfeb
commit
84aad4d27c
@ -20,7 +20,7 @@ class PALMPRE(USBMS):
|
||||
FORMATS = ['mobi', 'prc', 'pdb', 'txt']
|
||||
|
||||
VENDOR_ID = [0x0830]
|
||||
PRODUCT_ID = [0x8004, 0x8002]
|
||||
PRODUCT_ID = [0x8004, 0x8002, 0x0101]
|
||||
BCD = [0x0316]
|
||||
|
||||
VENDOR_NAME = 'PALM'
|
||||
|
Loading…
x
Reference in New Issue
Block a user