Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2009 18:19: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_device.h usb_hub.c usb_parse.c usb_parse.h src/sys/dev/usb/controller usb_controller.c
Message-ID:  <200904051820.n35IK3iL098305@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-04-05 18:19:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_device.c usb_device.h usb_hub.c 
                         usb_parse.c usb_parse.h 
    sys/dev/usb/controller usb_controller.c 
  Log:
  SVN rev 190730 on 2009-04-05 18:19:52Z by thompsa
  
  MFp4 //depot/projects/usb@159866
  
  - memory usage reduction by only allocating the required USB pipes and USB
    interfaces.
  - cleanup some USB parsing functions to be more flexible.
  
  Submitted by:   Hans Petter Selasky
  
  Revision  Changes    Path
  1.7       +2 -2      src/sys/dev/usb/controller/usb_controller.c
  1.16      +300 -236  src/sys/dev/usb/usb_device.c
  1.11      +18 -6     src/sys/dev/usb/usb_device.h
  1.8       +8 -7      src/sys/dev/usb/usb_hub.c
  1.2       +75 -74    src/sys/dev/usb/usb_parse.c
  1.2       +21 -8     src/sys/dev/usb/usb_parse.h



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