This commit is contained in:
Kovid Goyal 2013-03-07 16:17:17 +05:30
parent d9991d8ce8
commit 9160ec4753

View File

@ -51,8 +51,9 @@ class EB600(USBMS):
class TOLINO(EB600): class TOLINO(EB600):
name = 'Tolino Device Interface' name = 'Tolino Shine Device Interface'
gui_name = 'Tolino' gui_name = 'Tolino Shine'
description = _('Communicate with the Tolino Shine reader.')
FORMATS = ['epub', 'pdf', 'txt'] FORMATS = ['epub', 'pdf', 'txt']
BCD = [0x226] BCD = [0x226]