This commit is contained in:
Kovid Goyal 2010-09-28 19:07:08 -06:00
parent 1c9335aa5e
commit 3018b6ac7c

View File

@ -111,7 +111,8 @@ class JETBOOK_MINI(USBMS):
''' '''
FORMATS = ['fb2', 'txt'] FORMATS = ['fb2', 'txt']
name = 'JetBook Mini' gui_name = 'JetBook Mini'
name = 'JetBook Mini Device Interface'
description = _('Communicate with the JetBook Mini reader.') description = _('Communicate with the JetBook Mini reader.')
author = 'Kovid Goyal' author = 'Kovid Goyal'
@ -120,6 +121,8 @@ class JETBOOK_MINI(USBMS):
BCD = [0x100] BCD = [0x100]
VENDOR_NAME = 'ECTACO' VENDOR_NAME = 'ECTACO'
WINDOWS_MAIN_MEM = '' # Matches PROD_ WINDOWS_MAIN_MEM = '' # Matches PROD_
MAIN_MEMORY_VOLUME_LABEL = 'Jetbook Mini'
SUPPORTS_SUB_DIRS = True SUPPORTS_SUB_DIRS = True