Add documentation for WakeCapable, which allows a device to wake the system from suspend. --- Changes in v3: * Added documentation for WakeCapable Changes in v2: None doc/device-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index 65d8fee37..492a7f8c7 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -189,6 +189,11 @@ Properties string Address [readonly] drivers will also be removed and no new ones will be probed as long as the device is blocked. + boolean WakeCapable [readwrite] + + If set to true this device will be allowed to wake the + host processor from system suspend. + string Alias [readwrite] The name alias for the remote device. The alias can -- 2.25.0.341.g760bfbb309-goog