mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to specify list of formats
This commit is contained in:
parent
7841a0e1a9
commit
150550f094
@ -513,6 +513,8 @@ class POCKETBOOK626(USBMS):
|
|||||||
description = _('Communicate with the PocketBook Touch Lux 2 reader')
|
description = _('Communicate with the PocketBook Touch Lux 2 reader')
|
||||||
author = 'Kovid Goyal'
|
author = 'Kovid Goyal'
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
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]
|
VENDOR_ID = [0xfffe]
|
||||||
PRODUCT_ID = [0x0001]
|
PRODUCT_ID = [0x0001]
|
||||||
BCD = [0x0230]
|
BCD = [0x0230]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user