Update eSlick supported formats for 2.0 firmware

This commit is contained in:
Kovid Goyal 2009-12-18 09:55:12 -07:00
parent 6752c584e8
commit a5ab3a2675

View File

@ -18,7 +18,7 @@ class ESLICK(USBMS):
supported_platforms = ['windows', 'osx', 'linux'] supported_platforms = ['windows', 'osx', 'linux']
# Ordered list of supported formats # Ordered list of supported formats
FORMATS = ['pdf', 'txt'] FORMATS = ['epub', 'pdb', 'pdf', 'txt']
VENDOR_ID = [0x04cc] VENDOR_ID = [0x04cc]
PRODUCT_ID = [0x1a64] PRODUCT_ID = [0x1a64]