Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2009 21:10:06 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_core.h usb_device.c usb_device.h usb_generic.c usb_hub.c usb_request.c usb_revision.h usb_transfer.c src/sys/dev/usb/controller ehci.c ohci.c uhci.c
Message-ID:  <200904252110.n3PLAE0k012582@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-04-25 21:10:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_core.h usb_device.c usb_device.h 
                         usb_generic.c usb_hub.c usb_request.c 
                         usb_revision.h usb_transfer.c 
    sys/dev/usb/controller ehci.c ohci.c uhci.c 
  Log:
  SVN rev 191494 on 2009-04-25 21:10:06Z by thompsa
  
  Track the usb device state as its powered on, addressed and configured. This helps
  to avoid touching the device when it is not going to respond and would otherwise
  timeout.
  
  Implement the suspend tracking as a udev state too.
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/dev/usb/controller/ehci.c
  1.12      +2 -2      src/sys/dev/usb/controller/ohci.c
  1.11      +3 -3      src/sys/dev/usb/controller/uhci.c
  1.13      +1 -0      src/sys/dev/usb/usb_core.h
  1.28      +36 -5     src/sys/dev/usb/usb_device.c
  1.15      +3 -2      src/sys/dev/usb/usb_device.h
  1.10      +1 -1      src/sys/dev/usb/usb_generic.c
  1.14      +10 -10    src/sys/dev/usb/usb_hub.c
  1.14      +6 -0      src/sys/dev/usb/usb_request.c
  1.2       +12 -0     src/sys/dev/usb/usb_revision.h
  1.13      +28 -15    src/sys/dev/usb/usb_transfer.c



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