mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-06 12:45:24 +01:00
[Wizard] Add Bambook settings to wizard.
This commit is contained in:
parent
9f453fa65e
commit
efcfcdc113
1 changed files with 7 additions and 0 deletions
|
|
@ -219,6 +219,13 @@ class EZReaderPP(HanlinV5):
|
|||
manufacturer = 'Astak'
|
||||
id = 'ezreader_pp'
|
||||
|
||||
class Bambook(Device):
|
||||
|
||||
name = 'Sanda Bambook'
|
||||
output_format = 'SNB'
|
||||
manufacturer = 'Sanda'
|
||||
id = 'bambook'
|
||||
output_profile = 'bambook'
|
||||
# }}}
|
||||
|
||||
def get_devices():
|
||||
|
|
|
|||
Loading…
Reference in a new issue