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 NUUT2(USBMS):
- name = 'Nuut2 Device Interface'
- gui_name = 'NeoLux Nuut2'
- description = _('Communicate with the Nuut2 eBook reader.')
- author = _('Kovid Goyal')
- supported_platforms = [
- 'windows',
- 'osx',
- 'linux']
- FORMATS = [
- 'epub',
- 'pdf',
- 'txt']
- DRM_FORMATS = [
- 'epub']
- VENDOR_ID = [
- 5134]
- PRODUCT_ID = [
- 45141]
- BCD = [
- 792]
- VENDOR_NAME = 'NEOLUX'
- WINDOWS_MAIN_MEM = 'NUUT2'
- OSX_MAIN_MEM = 'NEXTPPRS MASS STORAGE Media'
- MAIN_MEMORY_VOLUME_LABEL = 'NUUT2 Main Memory'
- STORAGE_CARD_VOLUME_LABEL = 'NUUT2 Storage Card'
- EBOOK_DIR_MAIN = 'books'
- SUPPORTS_SUB_DIRS = True
-
-