You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USB specifications demand specific behavior with regards to the USB power management when the device is suspended, resumed, or disconnected. Raw Gadget examples should follow these requirements. The Composite Gadget framework implementation can be used as a reference: suspend, resume, disconnect.
Implementing this requires exposing more Gadget API functions via Raw Gadget ioctls, see #40.
The text was updated successfully, but these errors were encountered:
USB specifications demand specific behavior with regards to the USB power management when the device is suspended, resumed, or disconnected. Raw Gadget examples should follow these requirements. The Composite Gadget framework implementation can be used as a reference: suspend, resume, disconnect.
Implementing this requires exposing more Gadget API functions via Raw Gadget ioctls, see #40.
The text was updated successfully, but these errors were encountered: