Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2009 17:08:16 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_bus.h usb_controller.h usb_core.h usb_device.c usb_dynamic.c usb_dynamic.h usb_handle_request.c usb_request.c usb_request.h src/sys/dev/usb/controller at91dci.c atmegadci.c ehci.c ehci.h musb_otg.c ohci.c ohci.h uhci.c uhci.h ...
Message-ID:  <200904221708.n3MH8Tpf073058@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-04-22 17:08:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_bus.h usb_controller.h usb_core.h 
                         usb_device.c usb_dynamic.c usb_dynamic.h 
                         usb_handle_request.c usb_request.c 
                         usb_request.h 
    sys/dev/usb/controller at91dci.c atmegadci.c ehci.c ehci.h 
                           musb_otg.c ohci.c ohci.h uhci.c uhci.h 
                           uss820dci.c 
    sys/dev/usb/template usb_template.c 
  Log:
  SVN rev 191402 on 2009-04-22 17:08:16Z by thompsa
  
  MFp4 //depot/projects/usb@160930
  
  Change the roothub exec functions to take the usb request and data pointers
  directly rather than placing them on the parent bus struct.
  
  Submitted by:   Hans Petter Selasky
  
  Revision  Changes    Path
  1.12      +48 -42    src/sys/dev/usb/controller/at91dci.c
  1.17      +48 -42    src/sys/dev/usb/controller/atmegadci.c
  1.14      +55 -49    src/sys/dev/usb/controller/ehci.c
  1.6       +0 -2      src/sys/dev/usb/controller/ehci.h
  1.12      +48 -42    src/sys/dev/usb/controller/musb_otg.c
  1.11      +52 -46    src/sys/dev/usb/controller/ohci.c
  1.5       +0 -1      src/sys/dev/usb/controller/ohci.h
  1.10      +56 -50    src/sys/dev/usb/controller/uhci.c
  1.5       +0 -1      src/sys/dev/usb/controller/uhci.h
  1.14      +48 -42    src/sys/dev/usb/controller/uss820dci.c
  1.3       +4 -3      src/sys/dev/usb/template/usb_template.c
  1.8       +0 -12     src/sys/dev/usb/usb_bus.h
  1.7       +10 -10    src/sys/dev/usb/usb_controller.h
  1.12      +4 -0      src/sys/dev/usb/usb_core.h
  1.27      +2 -1      src/sys/dev/usb/usb_device.c
  1.3       +4 -5      src/sys/dev/usb/usb_dynamic.c
  1.2       +1 -4      src/sys/dev/usb/usb_dynamic.h
  1.6       +4 -3      src/sys/dev/usb/usb_handle_request.c
  1.13      +59 -56    src/sys/dev/usb/usb_request.c
  1.5       +2 -2      src/sys/dev/usb/usb_request.h



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