summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.c
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>2003-11-09 09:17:26 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>2003-11-09 09:17:26 +0000
commit512824f8f7748f7bb54ef900bc8e68a95a3d0f4d (patch)
tree19de3ca43ba82c3cf15a4a6c7fba917e0f7e416b /sys/dev/usb/usb.c
parent2e55d247a6d6610c98412798ff06d682f2ee91c6 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r--sys/dev/usb/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c
index 846a82fe32f5..dd2e2b361ebd 100644
--- a/sys/dev/usb/usb.c
+++ b/sys/dev/usb/usb.c
@@ -810,7 +810,7 @@ usb_add_event(int type, struct usb_event *uep)
TAILQ_INSERT_TAIL(&usb_events, ueq, next);
usb_nevents++;
wakeup(&usb_events);
- selwakeup(&usb_selevent);
+ selwakeuppri(&usb_selevent, PZERO);
if (usb_async_proc != NULL) {
PROC_LOCK(usb_async_proc);
psignal(usb_async_proc, SIGIO);