From a5ab3a26759d66cb87e0c03966fda4067a166985 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Dec 2009 09:55:12 -0700 Subject: [PATCH] Update eSlick supported formats for 2.0 firmware --- src/calibre/devices/eslick/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/eslick/driver.py b/src/calibre/devices/eslick/driver.py index e891baa50b..5bdb1c04d2 100644 --- a/src/calibre/devices/eslick/driver.py +++ b/src/calibre/devices/eslick/driver.py @@ -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]