Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2011 18:14:43 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_device.c usb_msctest.c
Message-ID:  <201106241814.p5OIEvfB046394@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hselasky    2011-06-24 18:14:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_device.c usb_msctest.c 
  Log:
  SVN rev 223512 on 2011-06-24 18:14:43Z by hselasky
  
  - Move execution of event handlers into the probe and attach function so that
  dynamically loaded device drivers get a chance to run their event hooks.
  
  - Decouple the USB suspend and resume lock from witness. It produces some
  false warnings due to reusing the lock name among multiple devices.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.74      +16 -6     src/sys/dev/usb/usb_device.c
  1.20      +18 -0     src/sys/dev/usb/usb_msctest.c



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