mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b423ddc87c
commit
4f369d4aea
@ -92,7 +92,7 @@ class DevicePlugin(Plugin):
|
|||||||
#: A driver with this set to true is responsible for detection of devices,
|
#: A driver with this set to true is responsible for detection of devices,
|
||||||
#: managing a blacklist of devices, a list of ejected devices and so forth.
|
#: managing a blacklist of devices, a list of ejected devices and so forth.
|
||||||
#: calibre will periodically call the detect_managed_devices() method and
|
#: calibre will periodically call the detect_managed_devices() method and
|
||||||
#: is it returns a detected device, calibre will call open(). open() will
|
#: if it returns a detected device, calibre will call open(). open() will
|
||||||
#: be called every time a device is returned even is previous calls to open()
|
#: be called every time a device is returned even is previous calls to open()
|
||||||
#: failed, therefore the driver must maintain its own blacklist of failed
|
#: failed, therefore the driver must maintain its own blacklist of failed
|
||||||
#: devices. Similarly, when ejecting, calibre will call eject() and then
|
#: devices. Similarly, when ejecting, calibre will call eject() and then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user