mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Update eSlick supported formats for 2.0 firmware
This commit is contained in:
parent
6752c584e8
commit
a5ab3a2675
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class ESLICK(USBMS):
|
|||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
|
||||
# Ordered list of supported formats
|
||||
FORMATS = ['pdf', 'txt']
|
||||
FORMATS = ['epub', 'pdb', 'pdf', 'txt']
|
||||
|
||||
VENDOR_ID = [0x04cc]
|
||||
PRODUCT_ID = [0x1a64]
|
||||
|
|
|
|||
Loading…
Reference in a new issue