usb4bsd: Synchronise with FreeBSD r254159
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sun, 11 Aug 2013 09:41:54 +0000 (10:41 +0100)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Tue, 7 Jan 2014 19:48:26 +0000 (19:48 +0000)
commit57bed822f24e3671a0f5c3a6652f22538c652e0b
treeab8aa3027d6eed3e095247e6472f27bedde85eac
parentaf01b66570db49e1ebd9b51680b5d971b8378e90
usb4bsd: Synchronise with FreeBSD r254159
51 files changed:
sys/bus/u4b/controller/ehci.c
sys/bus/u4b/controller/ehci.h
sys/bus/u4b/controller/ehci_pci.c
sys/bus/u4b/controller/ohci.c
sys/bus/u4b/controller/ohci.h
sys/bus/u4b/controller/ohci_pci.c
sys/bus/u4b/controller/uhci.c
sys/bus/u4b/controller/uhci.h
sys/bus/u4b/controller/xhci.c
sys/bus/u4b/controller/xhci.h
sys/bus/u4b/controller/xhci_pci.c
sys/bus/u4b/input/uhid.c
sys/bus/u4b/input/ukbd.c
sys/bus/u4b/input/ums.c
sys/bus/u4b/quirk/usb_quirk.c
sys/bus/u4b/quirk/usb_quirk.h
sys/bus/u4b/storage/umass.c
sys/bus/u4b/usb_bus.h
sys/bus/u4b/usb_controller.h
sys/bus/u4b/usb_dev.c
sys/bus/u4b/usb_dev.h
sys/bus/u4b/usb_device.c
sys/bus/u4b/usb_device.h
sys/bus/u4b/usb_dynamic.c
sys/bus/u4b/usb_freebsd.h
sys/bus/u4b/usb_generic.c
sys/bus/u4b/usb_handle_request.c
sys/bus/u4b/usb_hid.c
sys/bus/u4b/usb_hub.c
sys/bus/u4b/usb_hub.h
sys/bus/u4b/usb_ioctl.h
sys/bus/u4b/usb_lookup.c
sys/bus/u4b/usb_mbuf.c
sys/bus/u4b/usb_msctest.c
sys/bus/u4b/usb_parse.c
sys/bus/u4b/usb_process.c
sys/bus/u4b/usb_process.h
sys/bus/u4b/usb_request.c
sys/bus/u4b/usb_request.h
sys/bus/u4b/usb_transfer.c
sys/bus/u4b/usb_transfer.h
sys/bus/u4b/usb_util.c
sys/bus/u4b/usbdi.h
sys/bus/u4b/usbhid.h
tools/tools/usbtest/Makefile [new file with mode: 0644]
tools/tools/usbtest/usb_control_ep_test.c [new file with mode: 0644]
tools/tools/usbtest/usb_modem_test.c [new file with mode: 0644]
tools/tools/usbtest/usb_msc_test.c [new file with mode: 0644]
tools/tools/usbtest/usb_msc_test.h [new file with mode: 0644]
tools/tools/usbtest/usbtest.c [new file with mode: 0644]
tools/tools/usbtest/usbtest.h [new file with mode: 0644]