Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2009 03:41:52 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_device.c usb_generic.c usb_handle_request.c usb_hub.c
Message-ID:  <200902240341.n1O3fsZo076943@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-02-24 03:41:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_device.c usb_generic.c 
                         usb_handle_request.c usb_hub.c 
  Log:
  SVN rev 188986 on 2009-02-24 03:41:52Z by thompsa
  
  MFp4 //depot/projects/usb@157958
  
  - We don't need to exit the Giant mutex when sleeping. This is done
    automatically. Replace Giant by NULL mutex for all control requests in the
    enumeration path.
  - Optimise away duplicate alternate interface selection requests in USB Host
    mode.
  
  Submitted by:   Hans Petter Selasky
  
  Revision  Changes    Path
  1.3       +29 -19    src/sys/dev/usb/usb_device.c
  1.2       +2 -2      src/sys/dev/usb/usb_generic.c
  1.2       +4 -0      src/sys/dev/usb/usb_handle_request.c
  1.2       +20 -20    src/sys/dev/usb/usb_hub.c



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