diff --git a/src/calibre/devices/interface.py b/src/calibre/devices/interface.py index 6d859c8f89..7512446905 100644 --- a/src/calibre/devices/interface.py +++ b/src/calibre/devices/interface.py @@ -234,6 +234,9 @@ class DevicePlugin(Plugin): Should write information about the devices detected on the system to output, which is a file like object. + + Should return True if a device was detected and successfully opened, + otherwise False. ''' raise NotImplementedError()