Driver for Tolino Vision (OS X/Linux only). Fixes #1301875 [tolino vision doesn´t work with calibre](https://bugs.launchpad.net/calibre/+bug/1301875)

This commit is contained in:
Kovid Goyal 2014-04-04 00:26:07 +05:30
parent 45bc2213b7
commit 9d19b182de

View File

@ -53,9 +53,10 @@ class TOLINO(EB600):
name = 'Tolino Shine Device Interface' name = 'Tolino Shine Device Interface'
gui_name = 'Tolino Shine' gui_name = 'Tolino Shine'
description = _('Communicate with the Tolino Shine reader.') description = _('Communicate with the Tolino Shine and Vision readers')
FORMATS = ['epub', 'pdf', 'txt'] FORMATS = ['epub', 'pdf', 'txt']
BCD = [0x226] PRODUCT_ID = EB600.PRODUCT_ID + [0x6033]
BCD = [0x226, 0x9999]
VENDOR_NAME = ['DEUTSCHE'] VENDOR_NAME = ['DEUTSCHE']
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_TELEKOMTOLINO'] WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_TELEKOMTOLINO']