From fb08822bc03352789407d719c37d9fff8439a8cc Mon Sep 17 00:00:00 2001 From: Abhishek Pandit-Subedi Date: Mon, 6 Jul 2020 13:25:17 -0700 Subject: [PATCH] doc/device-api: Add WakeAllowed Add documentation for WakeAllowed, which allows a device to wake the system from suspend. --- doc/device-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index 65d8fee37..4e824d2de 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 WakeAllowed [readwrite] + + If set to true this device will be allowed to wake the + host from system suspend. + string Alias [readwrite] The name alias for the remote device. The alias can -- 2.47.3