Fix #5572 (Palm Pre not detected)

This commit is contained in:
Kovid Goyal 2010-05-19 12:46:21 -06:00
parent 7d7ab9bfeb
commit 84aad4d27c

View File

@ -20,7 +20,7 @@ class PALMPRE(USBMS):
FORMATS = ['mobi', 'prc', 'pdb', 'txt'] FORMATS = ['mobi', 'prc', 'pdb', 'txt']
VENDOR_ID = [0x0830] VENDOR_ID = [0x0830]
PRODUCT_ID = [0x8004, 0x8002] PRODUCT_ID = [0x8004, 0x8002, 0x0101]
BCD = [0x0316] BCD = [0x0316]
VENDOR_NAME = 'PALM' VENDOR_NAME = 'PALM'