Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159760709
D50170.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
640 B
Referenced Files
None
Subscribers
None
D50170.id.diff
View Options
diff --git a/lib/libusb/libusb10_hotplug.c b/lib/libusb/libusb10_hotplug.c
--- a/lib/libusb/libusb10_hotplug.c
+++ b/lib/libusb/libusb10_hotplug.c
@@ -407,6 +407,7 @@
HOTPLUG_LOCK(ctx);
TAILQ_REMOVE(&ctx->hotplug_cbh, handle, entry);
+ libusb_interrupt_event_handler(ctx);
HOTPLUG_UNLOCK(ctx);
free(handle);
diff --git a/lib/libusb/libusb10_io.c b/lib/libusb/libusb10_io.c
--- a/lib/libusb/libusb10_io.c
+++ b/lib/libusb/libusb10_io.c
@@ -231,6 +231,7 @@
/* Wakeup other waiters */
pthread_cond_broadcast(&ctx->ctx_cond);
+ DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb10_handle_events_sub complete");
return (err);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 18, 10:54 PM (13 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34032272
Default Alt Text
D50170.id.diff (640 B)
Attached To
Mode
D50170: libusb: emit event when deregister event
Attached
Detach File
Event Timeline
Log In to Comment