Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 08:32:41 +0000 (UTC)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb ukbd.c
Message-ID:  <200503300832.j2U8Wg8M011994@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503300832.j2U8Wg8M011994>