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

Ian Dowse iedowse at FreeBSD.org
Thu Aug 4 02:21:38 GMT 2005


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


More information about the cvs-all mailing list