diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index 5aa6de5a91..739c56159e 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -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')