mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
45bc2213b7
commit
9d19b182de
@ -53,9 +53,10 @@ class TOLINO(EB600):
|
||||
|
||||
name = 'Tolino Shine Device Interface'
|
||||
gui_name = 'Tolino Shine'
|
||||
description = _('Communicate with the Tolino Shine reader.')
|
||||
description = _('Communicate with the Tolino Shine and Vision readers')
|
||||
FORMATS = ['epub', 'pdf', 'txt']
|
||||
BCD = [0x226]
|
||||
PRODUCT_ID = EB600.PRODUCT_ID + [0x6033]
|
||||
BCD = [0x226, 0x9999]
|
||||
VENDOR_NAME = ['DEUTSCHE']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_TELEKOMTOLINO']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user