diff --git a/src/calibre/devices/misc.py b/src/calibre/devices/misc.py index 4f6a46d258..f25926ede4 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -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]