mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1c9335aa5e
commit
3018b6ac7c
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user