mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Driver for the Wexler T7001
This commit is contained in:
parent
eb3d1aa424
commit
e82f006873
@ -571,7 +571,7 @@ from calibre.devices.binatone.driver import README
|
|||||||
from calibre.devices.hanvon.driver import N516, EB511, ALEX, AZBOOKA, THEBOOK
|
from calibre.devices.hanvon.driver import N516, EB511, ALEX, AZBOOKA, THEBOOK
|
||||||
from calibre.devices.edge.driver import EDGE
|
from calibre.devices.edge.driver import EDGE
|
||||||
from calibre.devices.teclast.driver import TECLAST_K3, NEWSMY, IPAPYRUS, \
|
from calibre.devices.teclast.driver import TECLAST_K3, NEWSMY, IPAPYRUS, \
|
||||||
SOVOS, PICO, SUNSTECH_EB700, ARCHOS7O, STASH
|
SOVOS, PICO, SUNSTECH_EB700, ARCHOS7O, STASH, WEXLER
|
||||||
from calibre.devices.sne.driver import SNE
|
from calibre.devices.sne.driver import SNE
|
||||||
from calibre.devices.misc import PALMPRE, AVANT, SWEEX, PDNOVEL, \
|
from calibre.devices.misc import PALMPRE, AVANT, SWEEX, PDNOVEL, \
|
||||||
GEMEI, VELOCITYMICRO, PDNOVEL_KOBO, LUMIREAD, ALURATEK_COLOR, \
|
GEMEI, VELOCITYMICRO, PDNOVEL_KOBO, LUMIREAD, ALURATEK_COLOR, \
|
||||||
@ -679,7 +679,7 @@ plugins += [
|
|||||||
ELONEX,
|
ELONEX,
|
||||||
TECLAST_K3,
|
TECLAST_K3,
|
||||||
NEWSMY,
|
NEWSMY,
|
||||||
PICO, SUNSTECH_EB700, ARCHOS7O, SOVOS, STASH,
|
PICO, SUNSTECH_EB700, ARCHOS7O, SOVOS, STASH, WEXLER,
|
||||||
IPAPYRUS,
|
IPAPYRUS,
|
||||||
EDGE,
|
EDGE,
|
||||||
SNE,
|
SNE,
|
||||||
|
@ -104,3 +104,14 @@ class STASH(TECLAST_K3):
|
|||||||
VENDOR_NAME = 'STASH'
|
VENDOR_NAME = 'STASH'
|
||||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'W950'
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'W950'
|
||||||
|
|
||||||
|
class WEXLER(TECLAST_K3):
|
||||||
|
|
||||||
|
name = 'Wexler device interface'
|
||||||
|
gui_name = 'Wexler'
|
||||||
|
description = _('Communicate with the Wexler reader.')
|
||||||
|
|
||||||
|
FORMATS = ['epub', 'fb2', 'pdf', 'txt']
|
||||||
|
|
||||||
|
VENDOR_NAME = 'WEXLER'
|
||||||
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'T7001'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user