mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add Booq to welcome wizard
This commit is contained in:
parent
4d553171b8
commit
5318d73056
@ -97,9 +97,18 @@ class Kobo(Device):
|
||||
manufacturer = 'Kobo'
|
||||
output_profile = 'kobo'
|
||||
output_format = 'EPUB'
|
||||
name = 'Kobo Reader'
|
||||
id = 'kobo'
|
||||
|
||||
class Booq(Device):
|
||||
name = 'Booq Reader'
|
||||
manufacturer = 'Booq'
|
||||
output_profile = 'prs505'
|
||||
output_format = 'EPUB'
|
||||
id = 'booq'
|
||||
|
||||
class Avant(Booq):
|
||||
name = 'Booq Avant'
|
||||
|
||||
class Sony300(Sony505):
|
||||
|
||||
name = 'SONY Reader Pocket Edition'
|
||||
|
Loading…
x
Reference in New Issue
Block a user