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
`digital_io`, `bootstrap`, `sd_mux`, `usb_mux` and `video` tried to match
against class only instead of class _and_ name if provided. This lead to
an early fail and an uncaught exception when a resource was found but the
name did not match.
Skip resources whose name does not match.
The `power` sub command had the same issue until commit
ac56062Fixes#1679
Signed-off-by: Sebastian Gross <[email protected]>
[bst: improved commit message]
0 commit comments