Fix #5598 (ePub as a supported type for Palm Pre)

This commit is contained in:
Kovid Goyal 2010-05-23 19:02:10 -06:00
parent 0cec5cbf83
commit c948360dcf

View File

@ -17,7 +17,7 @@ class PALMPRE(USBMS):
supported_platforms = ['windows', 'osx', 'linux']
# Ordered list of supported formats
FORMATS = ['mobi', 'prc', 'pdb', 'txt']
FORMATS = ['epub', 'mobi', 'prc', 'pdb', 'txt']
VENDOR_ID = [0x0830]
PRODUCT_ID = [0x8004, 0x8002, 0x0101]