mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 21:03:17 +02: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
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Reference in a new issue