mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
56d5f9f2a9
commit
6bbc5c3e2b
@ -80,6 +80,13 @@ class HANLINV3(USBMS):
|
|||||||
drives['carda'] = main
|
drives['carda'] = main
|
||||||
return drives
|
return drives
|
||||||
|
|
||||||
|
class SPECTRA(HANLINV3):
|
||||||
|
|
||||||
|
name = 'Spectra'
|
||||||
|
gui_name = 'Spectra'
|
||||||
|
PRODUCT_ID = [0xa4a5]
|
||||||
|
|
||||||
|
FORMATS = ['epub', 'mobi', 'fb2', 'lit', 'prc', 'djvu', 'pdf', 'rtf', 'txt']
|
||||||
|
|
||||||
class HANLINV5(HANLINV3):
|
class HANLINV5(HANLINV3):
|
||||||
name = 'Hanlin V5 driver'
|
name = 'Hanlin V5 driver'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user