Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2004 05:09:21 -0800 (PST)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/moused moused.c
Message-ID:  <200401101309.i0AD9L8X022505@repoman.freebsd.org>

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



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