cvs commit: src/usr.sbin/moused moused.c

Maxim Sobolev sobomax at FreeBSD.org
Sat Jan 10 05:09:22 PST 2004


sobomax     2004/01/10 05:09:21 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/moused      moused.c 
  Log:
  Fix serious ugliness introduced in 1.61, which leads to long delay in boot
  sequence when machine is started without attached USB mouse. Only do
  repeated attempts to re-open device if the usb module has been actually
  loaded. Also fix broken logic in doing delays between open attempts - do
  delays between attempts, not after each attempt.
  
  Due to previous behaviour being very annoying for notebook owners this
  is a good 5.2 MFC candidate.
  
  MFC after:      2 days
  
  Revision  Changes    Path
  1.65      +11 -5     src/usr.sbin/moused/moused.c


More information about the cvs-src mailing list