mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #5598 (ePub as a supported type for Palm Pre)
This commit is contained in:
parent
0cec5cbf83
commit
c948360dcf
@ -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…
x
Reference in New Issue
Block a user