mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Linux driver for the Tolino ebook reader. Fixes #1151901 (Please support the Tolino Shine reader)
This commit is contained in:
parent
6c5d14ff4f
commit
d9991d8ce8
@ -634,7 +634,7 @@ from calibre.devices.apple.driver import ITUNES
|
|||||||
from calibre.devices.hanlin.driver import HANLINV3, HANLINV5, BOOX, SPECTRA
|
from calibre.devices.hanlin.driver import HANLINV3, HANLINV5, BOOX, SPECTRA
|
||||||
from calibre.devices.blackberry.driver import BLACKBERRY, PLAYBOOK
|
from calibre.devices.blackberry.driver import BLACKBERRY, PLAYBOOK
|
||||||
from calibre.devices.cybook.driver import CYBOOK, ORIZON
|
from calibre.devices.cybook.driver import CYBOOK, ORIZON
|
||||||
from calibre.devices.eb600.driver import (EB600, COOL_ER, SHINEBOOK,
|
from calibre.devices.eb600.driver import (EB600, COOL_ER, SHINEBOOK, TOLINO,
|
||||||
POCKETBOOK360, GER2, ITALICA, ECLICTO, DBOOK, INVESBOOK,
|
POCKETBOOK360, GER2, ITALICA, ECLICTO, DBOOK, INVESBOOK,
|
||||||
BOOQ, ELONEX, POCKETBOOK301, MENTOR, POCKETBOOK602,
|
BOOQ, ELONEX, POCKETBOOK301, MENTOR, POCKETBOOK602,
|
||||||
POCKETBOOK701, POCKETBOOK360P, PI2, POCKETBOOK622)
|
POCKETBOOK701, POCKETBOOK360P, PI2, POCKETBOOK622)
|
||||||
@ -704,7 +704,7 @@ plugins += [
|
|||||||
INVESBOOK,
|
INVESBOOK,
|
||||||
BOOX,
|
BOOX,
|
||||||
BOOQ,
|
BOOQ,
|
||||||
EB600,
|
EB600, TOLINO,
|
||||||
README,
|
README,
|
||||||
N516, KIBANO,
|
N516, KIBANO,
|
||||||
THEBOOK, LIBREAIR,
|
THEBOOK, LIBREAIR,
|
||||||
|
@ -49,6 +49,12 @@ class EB600(USBMS):
|
|||||||
EBOOK_DIR_CARD_A = ''
|
EBOOK_DIR_CARD_A = ''
|
||||||
SUPPORTS_SUB_DIRS = True
|
SUPPORTS_SUB_DIRS = True
|
||||||
|
|
||||||
|
class TOLINO(EB600):
|
||||||
|
|
||||||
|
name = 'Tolino Device Interface'
|
||||||
|
gui_name = 'Tolino'
|
||||||
|
FORMATS = ['epub', 'pdf', 'txt']
|
||||||
|
BCD = [0x226]
|
||||||
|
|
||||||
class COOL_ER(EB600):
|
class COOL_ER(EB600):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user