[Wizard] Add Bambook settings to wizard.

This commit is contained in:
Li Fanxi 2010-10-18 18:46:06 +08:00
parent 9f453fa65e
commit efcfcdc113

View File

@ -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():