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)
Tue, Oct 7, 9:15 PM
Unknown Object (File)
Tue, Oct 7, 2:29 AM
Unknown Object (File)
Wed, Oct 1, 6:09 AM
Unknown Object (File)
Wed, Oct 1, 1:05 AM
Unknown Object (File)
Sep 15 2025, 1:19 AM
Unknown Object (File)
Sep 13 2025, 4:43 AM
Unknown Object (File)
Sep 12 2025, 9:49 PM
Unknown Object (File)
Sep 10 2025, 9:04 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 Not Applicable
Unit
Tests Not Applicable

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