Update eSlick formats for 2.0 firmware.

This commit is contained in:
John Schember 2009-12-18 06:01:45 -05:00
parent b62e3b03b0
commit 81c8e661ff

View File

@ -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]