mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:24:49 +02:00
Fix #5598 (ePub as a supported type for Palm Pre)
This commit is contained in:
parent
0cec5cbf83
commit
c948360dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue