mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 06:03:16 +02:00
Add a gui_name to the pocketbook driver
This commit is contained in:
parent
55ff9d4a51
commit
811a1d3d1e
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ def windows_sort_drives(self, drives):
|
|||
class POCKETBOOK740(USBMS):
|
||||
|
||||
name = 'PocketBook 701 Device Interface'
|
||||
gui_name = 'PocketBook'
|
||||
description = _('Communicate with the PocketBook 740')
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
FORMATS = ['epub', 'fb2', 'prc', 'mobi', 'pdf', 'djvu', 'rtf', 'chm',
|
||||
|
|
|
|||
Loading…
Reference in a new issue