home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- __license__ = 'GPL v3'
- __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
- __docformat__ = 'restructuredtext en'
- from calibre.devices.usbms.driver import USBMS
-
- class TECLAST_K3(USBMS):
- name = 'Teclast K3/K5 Device Interface'
- gui_name = 'K3/K5'
- description = _('Communicate with the Teclast K3/K5 reader.')
- author = 'Kovid Goyal'
- supported_platforms = [
- 'windows',
- 'osx',
- 'linux']
- FORMATS = [
- 'epub',
- 'fb2',
- 'doc',
- 'pdf',
- 'txt']
- VENDOR_ID = [
- 1819]
- PRODUCT_ID = [
- 12803]
- BCD = [
- 0,
- 256]
- VENDOR_NAME = 'TECLAST'
- WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = [
- 'DIGITAL_PLAYER',
- 'TL-K5']
- MAIN_MEMORY_VOLUME_LABEL = 'K3 Main Memory'
- STORAGE_CARD_VOLUME_LABEL = 'K3 Storage Card'
- EBOOK_DIR_MAIN = ''
- EBOOK_DIR_CARD_A = ''
- SUPPORTS_SUB_DIRS = True
-
-
- class NEWSMY(TECLAST_K3):
- name = 'Newsmy device interface'
- gui_name = 'Newsmy'
- description = _('Communicate with the Newsmy reader.')
- FORMATS = [
- 'epub',
- 'fb2',
- 'pdb',
- 'html',
- 'pdf',
- 'txt',
- 'skt']
- VENDOR_NAME = ''
- WINDOWS_MAIN_MEM = 'NEWSMY'
- WINDOWS_CARD_A_MEM = 'USBDISK____SD'
-
-
- class PICO(NEWSMY):
- name = 'Pico device interface'
- gui_name = 'Pico'
- description = _('Communicate with the Pico reader.')
- WINDOWS_MAIN_MEM = 'USBDISK__USER'
- EBOOK_DIR_MAIN = 'Books'
- FORMATS = [
- 'EPUB',
- 'FB2',
- 'TXT',
- 'LRC',
- 'PDB',
- 'PDF',
- 'HTML',
- 'WTXT']
-
-
- class IPAPYRUS(TECLAST_K3):
- name = 'iPapyrus device interface'
- gui_name = 'iPapyrus'
- description = _('Communicate with the iPapyrus reader.')
- FORMATS = [
- 'epub',
- 'pdf',
- 'txt']
- VENDOR_NAME = 'E_READER'
- WINDOWS_MAIN_MEM = ''
-
-
- class SOVOS(TECLAST_K3):
- name = 'Sovos device interface'
- gui_name = 'Sovos'
- description = _('Communicate with the Sovos reader.')
- FORMATS = [
- 'epub',
- 'fb2',
- 'pdf',
- 'txt']
- VENDOR_NAME = 'RK28XX'
- WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'USB-MSC'
-
-