iedowse 2005-03-30 08:32:41 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ukbd.c
Log:
Use the usb_callout_* API instead of timeout()/untimeout() in order
to avoid a race condition that can cause the ukbd timeout routine
to run after the keyboard has detached.
Reported and tested by: wpaul
Revision Changes Path
1.52 +5 -6 src/sys/dev/usb/ukbd.c