diff options
author | Subbaraman Narayanamurthy <subbaram@codeaurora.org> | 2020-08-13 21:34:08 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2020-08-26 17:53:26 +0300 |
commit | 5ca937fb5d6870735341d8fdacdd2b49618c35dc (patch) | |
tree | 36e6fa19fd9465a5dc00d56293f10e9693f96494 /Documentation/ABI/testing | |
parent | 99298de5df92699b1f709dc35c8636d15be21e2e (diff) | |
download | linux-5ca937fb5d6870735341d8fdacdd2b49618c35dc.tar.xz |
power: supply: add wireless type
Currently, power_supply framework supports only Battery, UPS,
Mains and USB power_supply_type. Add wireless power_supply_type
so that the drivers which supports wireless can register a power
supply class device with POWER_SUPPLY_TYPE_WIRELESS.
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-power | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power index 40213c73bc9c..651599fb18f8 100644 --- a/Documentation/ABI/testing/sysfs-class-power +++ b/Documentation/ABI/testing/sysfs-class-power @@ -34,7 +34,7 @@ Description: Describes the main type of the supply. Access: Read - Valid values: "Battery", "UPS", "Mains", "USB" + Valid values: "Battery", "UPS", "Mains", "USB", "Wireless" ===== Battery Properties ===== |