mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
...
This commit is contained in:
@@ -80,6 +80,13 @@ class HANLINV3(USBMS):
|
||||
drives['carda'] = main
|
||||
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):
|
||||
name = 'Hanlin V5 driver'
|
||||
|
||||
Reference in New Issue
Block a user