mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 18:06:05 +01:00
Merge from trunk
This commit is contained in:
commit
a25d1418fd
1 changed files with 3 additions and 1 deletions
|
|
@ -215,7 +215,9 @@ def detect_managed_devices(self, devices_on_system, force_refresh=False):
|
|||
|
||||
Scan for devices that this driver can handle. Should return a device
|
||||
object if a device is found. This object will be passed to the open()
|
||||
method as the connected_device. If no device is found, return None.
|
||||
method as the connected_device. If no device is found, return None. The
|
||||
returned object can be anything, calibre does not use it, it is only
|
||||
passed to open().
|
||||
|
||||
This method is called periodically by the GUI, so make sure it is not
|
||||
too resource intensive. Use a cache to avoid repeatedly scanning the
|
||||
|
|
|
|||
Loading…
Reference in a new issue