From 150550f094e0e69de449f9a27071cf716084c19f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Nov 2014 18:53:20 +0530 Subject: [PATCH] Forgot to specify list of formats --- src/calibre/devices/misc.py | 2 ++ 1 file changed, 2 insertions(+) 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]