mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add gui_name to some PocketBook drivers
This commit is contained in:
parent
cab4797fbf
commit
7366d9f7d4
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user