diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2024-09-05 00:45:23 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-09-05 00:45:23 +0900 |
commit | c135cd82f194eed0328e2c1942892990b7fb0dc1 (patch) | |
tree | cf51aa3de74f282525036a8258b33e67c617eb1a /Documentation/ABI | |
parent | 79a31ce03f416cc2b9374b3838c60985bc2cb443 (diff) | |
parent | 364ea7ccaef917a3068236a19a4b31a0623b561a (diff) | |
download | linux-stable-c135cd82f194eed0328e2c1942892990b7fb0dc1.tar.gz linux-stable-c135cd82f194eed0328e2c1942892990b7fb0dc1.tar.bz2 linux-stable-c135cd82f194eed0328e2c1942892990b7fb0dc1.zip |
Merge tag 'ib-psy-usb-types-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply into extcon-next
Immutable branch for usb_types change for v6.12
Changing usb_types type from array to bitmap in the power_supply_desc
struct requires updating power-supply drivers living in different
subsystem, so it is handled via an immutable branch.
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-power | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power index 7c81f0a25a48..2230a207c187 100644 --- a/Documentation/ABI/testing/sysfs-class-power +++ b/Documentation/ABI/testing/sysfs-class-power @@ -592,7 +592,12 @@ Description: the supply, for example it can show if USB-PD capable source is attached. - Access: Read-Only + Access: For power-supplies which consume USB power such + as battery charger chips, this indicates the type of + the connected USB power source and is Read-Only. + + For power-supplies which act as a USB power-source such as + e.g. the UCS1002 USB Port Power Controller this is writable. Valid values: "Unknown", "SDP", "DCP", "CDP", "ACA", "C", "PD", |