mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 13:33:02 +02:00
Fix #1307397 [Support Tolino Vision (Windows)](https://bugs.launchpad.net/calibre/+bug/1307397)
This commit is contained in:
parent
7f9a2eb60f
commit
920526b86d
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ class TOLINO(EB600):
|
|||
FORMATS = ['epub', 'pdf', 'txt']
|
||||
PRODUCT_ID = EB600.PRODUCT_ID + [0x6033]
|
||||
BCD = [0x226, 0x9999]
|
||||
VENDOR_NAME = ['DEUTSCHE']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_TELEKOMTOLINO']
|
||||
VENDOR_NAME = ['DEUTSCHE', 'LINUX']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_TELEKOMTOLINO', 'FILE-CD_GADGET']
|
||||
|
||||
EXTRA_CUSTOMIZATION_MESSAGE = [
|
||||
_('Swap main and card A') +
|
||||
|
|
|
|||
Loading…
Reference in a new issue