Forgot to specify list of formats

This commit is contained in:
Kovid Goyal 2014-11-11 18:53:20 +05:30
parent 7841a0e1a9
commit 150550f094

View File

@ -513,6 +513,8 @@ class POCKETBOOK626(USBMS):
description = _('Communicate with the PocketBook Touch Lux 2 reader')
author = 'Kovid Goyal'
supported_platforms = ['windows', 'osx', 'linux']
# Ordered list of supported formats
FORMATS = ['epub', 'pdf', 'fb2', 'txt', 'pdf', 'html', 'djvu', 'doc', 'docx', 'rtf', 'chm']
VENDOR_ID = [0xfffe]
PRODUCT_ID = [0x0001]
BCD = [0x0230]