mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-14 00:25:05 +07:00
![Fabien Chouteau](/assets/img/avatar_default.png)
This patch adds a sysfs entry (/sys/devices/platform/_UDC_/gadget/suspended) to show the suspend state of an USB composite gadget. Signed-off-by: Fabien Chouteau <fabien.chouteau@barco.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
What: /sys/devices/platform/_UDC_/gadget/suspended
|
|
Date: April 2010
|
|
Contact: Fabien Chouteau <fabien.chouteau@barco.com>
|
|
Description:
|
|
Show the suspend state of an USB composite gadget.
|
|
1 -> suspended
|
|
0 -> resumed
|
|
|
|
(_UDC_ is the name of the USB Device Controller driver)
|