From 63e6014edcdcc3509508466e4db801c99096e785 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 1 Sep 2012 13:11:24 +0530 Subject: [PATCH] ... --- src/calibre/devices/interface.py | 3 +++ 1 file changed, 3 insertions(+) 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()