mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1877965 [Add Bookeen Diva HD](https://bugs.launchpad.net/calibre/+bug/1877965)
This commit is contained in:
parent
1cad050c2f
commit
1a1c4359dc
@ -276,6 +276,13 @@ class CybookMuse(CybookOpus):
|
|||||||
output_profile = 'tablet'
|
output_profile = 'tablet'
|
||||||
|
|
||||||
|
|
||||||
|
class BookeenDiva(CybookOpus):
|
||||||
|
|
||||||
|
name = 'Bookeen Diva HD'
|
||||||
|
id = 'bookeen_diva'
|
||||||
|
output_profile = 'tablet'
|
||||||
|
|
||||||
|
|
||||||
class PocketBook360(CybookOpus):
|
class PocketBook360(CybookOpus):
|
||||||
|
|
||||||
manufacturer = 'PocketBook'
|
manufacturer = 'PocketBook'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user