mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #8723 (device support for Archos 7o eReader)
This commit is contained in:
parent
7610a7b773
commit
d3e3ba60ed
@ -474,7 +474,7 @@ from calibre.devices.binatone.driver import README
|
||||
from calibre.devices.hanvon.driver import N516, EB511, ALEX, AZBOOKA, THEBOOK
|
||||
from calibre.devices.edge.driver import EDGE
|
||||
from calibre.devices.teclast.driver import TECLAST_K3, NEWSMY, IPAPYRUS, \
|
||||
SOVOS, PICO, SUNSTECH_EB700
|
||||
SOVOS, PICO, SUNSTECH_EB700, ARCHOS7O
|
||||
from calibre.devices.sne.driver import SNE
|
||||
from calibre.devices.misc import PALMPRE, AVANT, SWEEX, PDNOVEL, KOGAN, \
|
||||
GEMEI, VELOCITYMICRO, PDNOVEL_KOBO, Q600, LUMIREAD, ALURATEK_COLOR, \
|
||||
@ -581,7 +581,7 @@ plugins += [
|
||||
ELONEX,
|
||||
TECLAST_K3,
|
||||
NEWSMY,
|
||||
PICO, SUNSTECH_EB700,
|
||||
PICO, SUNSTECH_EB700, ARCHOS7O,
|
||||
IPAPYRUS,
|
||||
SOVOS,
|
||||
EDGE,
|
||||
|
@ -41,6 +41,16 @@ class NEWSMY(TECLAST_K3):
|
||||
WINDOWS_MAIN_MEM = 'NEWSMY'
|
||||
WINDOWS_CARD_A_MEM = 'USBDISK____SD'
|
||||
|
||||
class ARCHOS7O(TECLAST_K3):
|
||||
name = 'Archos 7O device interface'
|
||||
gui_name = 'Archos'
|
||||
description = _('Communicate with the Archos reader.')
|
||||
|
||||
FORMATS = ['epub', 'mobi', 'fb2', 'rtf', 'ap', 'html', 'pdf', 'txt']
|
||||
|
||||
VENDOR_NAME = 'ARCHOS'
|
||||
WINDOWS_MAIN_MEM = 'USB-MSC'
|
||||
|
||||
class PICO(NEWSMY):
|
||||
name = 'Pico device interface'
|
||||
gui_name = 'Pico'
|
||||
|
Loading…
x
Reference in New Issue
Block a user