mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
f48cf80f93
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)
|