Add gui_name to some PocketBook drivers

This commit is contained in:
Kovid Goyal 2019-12-24 09:02:41 +05:30
parent cab4797fbf
commit 7366d9f7d4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -324,6 +324,7 @@ class POCKETBOOK301(USBMS):
class POCKETBOOK602(USBMS):
name = 'PocketBook Pro 602/902 Device Interface'
gui_name = 'PocketBook'
description = _('Communicate with the PocketBook 515/602/603/902/903/Pro 912 reader.')
author = 'Kovid Goyal'
supported_platforms = ['windows', 'osx', 'linux']
@ -371,6 +372,7 @@ class POCKETBOOK360P(POCKETBOOK602):
class POCKETBOOK701(USBMS):
name = 'PocketBook 701 Device Interface'
gui_name = 'PocketBook'
description = _('Communicate with the PocketBook 701')
author = _('Kovid Goyal')