mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 03:03:42 +02:00
Fix #5572 (Palm Pre not detected)
This commit is contained in:
parent
7d7ab9bfeb
commit
84aad4d27c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue