home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- __license__ = 'GPL v3'
- __copyright__ = '2009, Kovid Goyal'
- __docformat__ = 'restructuredtext en'
- from calibre.devices.usbms.driver import USBMS
-
- class EDGE(USBMS):
- name = 'Edge Device Interface'
- gui_name = _('Entourage Edge')
- description = _('Communicate with the Entourage Edge.')
- author = 'Kovid Goyal'
- supported_platforms = [
- 'windows',
- 'linux',
- 'osx']
- FORMATS = [
- 'epub',
- 'pdf']
- VENDOR_ID = [
- 2996]
- PRODUCT_ID = [
- 3074]
- BCD = [
- 547]
- VENDOR_NAME = 'ANDROID'
- WINDOWS_MAIN_MEM = '__FILE-STOR_GADG'
- WINDOWS_CARD_A_MEM = '__FILE-STOR_GADG'
- MAIN_MEMORY_VOLUME_LABEL = 'Edge Main Memory'
- STORAGE_CARD_VOLUME_LABEL = 'Edge Storage Card'
- EBOOK_DIR_MAIN = 'download'
- SUPPORTS_SUB_DIRS = True
-
-