diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-06-29 18:01:18 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-06-29 18:01:18 +0200 |
commit | 423d4b077a9ce6539ac623d6dd289409be26894f (patch) | |
tree | 5c18f14bff81ec2e2533115157099a1d3a9a8990 /doc | |
parent | a68c58421698b9c804f5565e860d9cb9c4d53472 (diff) | |
download | connman-423d4b077a9ce6539ac623d6dd289409be26894f.tar.gz connman-423d4b077a9ce6539ac623d6dd289409be26894f.tar.bz2 connman-423d4b077a9ce6539ac623d6dd289409be26894f.zip |
The device policy is a bad idea and so remove all support for it
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-api.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt index 2fc9da2a..af14f32f 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -80,32 +80,6 @@ Properties string Address [readonly] This value is for pure informational purposes. It is not guaranteed that it is always present. - string Policy [readwrite] - - Setting of the device power and connection policy. - Possible values are "ignore", "off", "auto" - and "manual". - - The policy defines on how the device is initialized - when brought up and how it connects. The actual - device power state can be changed independently to - this value. - - If a device is switched off and the policy is changed - to "auto" or "manual", the device will be switched - on. For a current active device changing the policy - to "off" results in powering down the device. - - The "ignore" policy can be set for devices that are - detected, but managed by a different entity on the - system. For example for complex network setups. - - Devices that can connect to various networks, the - difference between "auto" or "manual" defines if - known networks are connected automatically or not. - For simple devices like Ethernet cards, setting - the "manual" policy might fail. - boolean Powered [readwrite] Switch a device on or off. This will also modify |