mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:24:20 +02:00
...
This commit is contained in:
parent
d9991d8ce8
commit
9160ec4753
1 changed files with 3 additions and 2 deletions
|
|
@ -51,8 +51,9 @@ class EB600(USBMS):
|
|||
|
||||
class TOLINO(EB600):
|
||||
|
||||
name = 'Tolino Device Interface'
|
||||
gui_name = 'Tolino'
|
||||
name = 'Tolino Shine Device Interface'
|
||||
gui_name = 'Tolino Shine'
|
||||
description = _('Communicate with the Tolino Shine reader.')
|
||||
FORMATS = ['epub', 'pdf', 'txt']
|
||||
BCD = [0x226]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue