This commit is contained in:
Kovid Goyal 2016-05-20 17:11:38 +05:30
parent b4d77a0529
commit 6cd0016457

View File

@ -554,7 +554,7 @@ class CERVANTES(USBMS):
description = _('Communicate with the Bq Cervantes') description = _('Communicate with the Bq Cervantes')
author = 'Kovid Goyal' author = 'Kovid Goyal'
supported_platforms = ['windows', 'osx', 'linux'] supported_platforms = ['windows', 'osx', 'linux']
formats = ['epub', 'fb2', 'mobi', 'doc', 'rtf', 'pdf', 'txt'] FORMATS = ['epub', 'fb2', 'mobi', 'doc', 'rtf', 'pdf', 'txt']
VENDOR_ID = [0x2a47] VENDOR_ID = [0x2a47]
PRODUCT_ID = [0xad78] PRODUCT_ID = [0xad78]
BCD = [0x0110] BCD = [0x0110]