From 811a1d3d1ee7e9882dd4c2cd5d59e5eaf9b24313 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 8 Apr 2019 11:26:07 +0530 Subject: [PATCH] Add a gui_name to the pocketbook driver --- src/calibre/devices/eb600/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index f55a2e0f4b..b1c1aec1d4 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -401,6 +401,7 @@ class POCKETBOOK701(USBMS): 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',