Page MenuHomeFreeBSD

libusb: emit event when deregister event
ClosedPublic

Authored by aokblast on May 5 2025, 5:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 29, 10:55 AM
Unknown Object (File)
Tue, Aug 26, 10:56 AM
Unknown Object (File)
Tue, Aug 19, 7:47 PM
Unknown Object (File)
Sat, Aug 16, 9:58 AM
Unknown Object (File)
Thu, Aug 14, 9:07 AM
Unknown Object (File)
Wed, Aug 13, 10:48 AM
Unknown Object (File)
Sun, Aug 10, 4:10 PM
Unknown Object (File)
Tue, Aug 5, 7:43 AM
Subscribers

Details

Summary

The original implementation emit event when deregister hotplug handler.
Without this, some program follows the best practice from libusb will stuck on waiting an event to trigger after deregister the hotplug handler.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 63913
Build 60797: arc lint + arc unit

Event Timeline

aokblast retitled this revision from libusb: emit event when deregister to libusb: emit event when deregister event.May 5 2025, 5:55 PM
aokblast added a reviewer: bapt.

While this looks good, I think the commit log should be way more verbose.

aokblast edited the summary of this revision. (Show Details)

Elaborate on the commit message

This revision is now accepted and ready to land.May 7 2025, 4:14 PM