mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1307397 [Support Tolino Vision (Windows)](https://bugs.launchpad.net/calibre/+bug/1307397)
This commit is contained in:
parent
7f9a2eb60f
commit
920526b86d
@ -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…
x
Reference in New Issue
Block a user