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
fix: make wakeup_on_write optional for backward compatibility
Move wakeup_on_write from attrs to optionalAttrs so it is written
with IgnoreErrors=true. On kernels without rv1106-system#57, the
configfs attribute does not exist and writing to it would fail,
breaking the entire USB gadget initialization.
With this change, wakeup_on_write is silently skipped on unpatched
kernels while still being set on patched ones.
0 commit comments