cvs commit: src/sys/dev/usb ukbd.c

Ian Dowse iedowse at FreeBSD.org
Wed Mar 30 00:32:43 PST 2005


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


More information about the cvs-src mailing list