Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2005 02:21:37 +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 ums.c
Message-ID:  <200508040221.j742Lblp040252@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2005-08-04 02:21:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ums.c 
  Log:
  Fix two bugs that interacted to cause page faults in softclock()
  when using mice containing a tilt movement: there was a missing
  usb_callout_init() for the UMS_SPUR_BUT_UP quirk code, and UMS_T
  was defined to the same flag value as UMS_SPUR_BUT_UP.
  
  Reported by:    flz
  MFC after:      3 days
  
  Revision  Changes    Path
  1.78      +2 -1      src/sys/dev/usb/ums.c



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