mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Activate DBOOK device interface.
This commit is contained in:
parent
b61f5fcd3b
commit
902a8bd3c7
@ -404,7 +404,7 @@ from calibre.devices.hanlin.driver import HANLINV3, HANLINV5, BOOX
|
|||||||
from calibre.devices.blackberry.driver import BLACKBERRY
|
from calibre.devices.blackberry.driver import BLACKBERRY
|
||||||
from calibre.devices.cybookg3.driver import CYBOOKG3, CYBOOK_OPUS
|
from calibre.devices.cybookg3.driver import CYBOOKG3, CYBOOK_OPUS
|
||||||
from calibre.devices.eb600.driver import EB600, COOL_ER, SHINEBOOK, \
|
from calibre.devices.eb600.driver import EB600, COOL_ER, SHINEBOOK, \
|
||||||
POCKETBOOK360, GER2, ITALICA, ECLICTO
|
POCKETBOOK360, GER2, ITALICA, ECLICTO, DBOOK
|
||||||
from calibre.devices.iliad.driver import ILIAD
|
from calibre.devices.iliad.driver import ILIAD
|
||||||
from calibre.devices.irexdr.driver import IREXDR1000
|
from calibre.devices.irexdr.driver import IREXDR1000
|
||||||
from calibre.devices.jetbook.driver import JETBOOK
|
from calibre.devices.jetbook.driver import JETBOOK
|
||||||
@ -481,6 +481,7 @@ plugins += [
|
|||||||
ITALICA,
|
ITALICA,
|
||||||
SHINEBOOK,
|
SHINEBOOK,
|
||||||
ECLICTO,
|
ECLICTO,
|
||||||
|
DBOOK,
|
||||||
BOOX,
|
BOOX,
|
||||||
EB600,
|
EB600,
|
||||||
]
|
]
|
||||||
|
@ -145,7 +145,7 @@ class ECLICTO(EB600):
|
|||||||
EBOOK_DIR_MAIN = 'Text'
|
EBOOK_DIR_MAIN = 'Text'
|
||||||
EBOOK_DIR_CARD_A = ''
|
EBOOK_DIR_CARD_A = ''
|
||||||
|
|
||||||
class Dbook(EB600):
|
class DBOOK(EB600):
|
||||||
|
|
||||||
name = 'Airis Dbook Device Interface'
|
name = 'Airis Dbook Device Interface'
|
||||||
gui_name = 'Airis Dbook'
|
gui_name = 'Airis Dbook'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user