Boox driver: Fix bug with supported formats.

This commit is contained in:
John Schember 2009-12-28 06:15:48 -05:00
parent 41f635fd88
commit 8599f95409

View File

@ -115,7 +115,7 @@ class BOOX(HANLINV3):
supported_platforms = ['windows', 'osx', 'linux']
# Ordered list of supported formats
FORMATS = ['ebub', 'pdf', 'html', 'txt', 'rtf', 'mobi', 'prc', 'chm']
FORMATS = ['epub', 'pdf', 'html', 'txt', 'rtf', 'mobi', 'prc', 'chm']
VENDOR_ID = [0x0525]
PRODUCT_ID = [0xa4a5]