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
resource/udev: fix intermittent AttributeError in USBSDWireDevice
The control_serial attribute is conditionally declared which results
in an intermittent race condition during poll().
Initialize control_serial in __attrs_post_init__ to fix this and also
remove the unused control_path attribute.
Signed-off-by: Matt Porter <mporter@konsulko.com>
0 commit comments