]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFp4 //depot/projects/usb@157853
authorthompsa <thompsa@FreeBSD.org>
Tue, 24 Feb 2009 03:39:13 +0000 (03:39 +0000)
committerthompsa <thompsa@FreeBSD.org>
Tue, 24 Feb 2009 03:39:13 +0000 (03:39 +0000)
commit52d3d977f2de81ca9ba58421e2604e4dea50769a
tree1869f274de96104eda5ee5434a1ef95e7bb49ea5
parent4878fe35241ded8d8401076a92b67980f7db7f43
MFp4 //depot/projects/usb@157853

Clean up old way of polling the USB hardware.  The existing polling support was
a bit hackish.

Submitted by: Hans Petter Selasky
12 files changed:
sys/dev/usb/controller/at91dci.c
sys/dev/usb/controller/atmegadci.c
sys/dev/usb/controller/ehci.c
sys/dev/usb/controller/musb_otg.c
sys/dev/usb/controller/ohci.c
sys/dev/usb/controller/uhci.c
sys/dev/usb/controller/uss820dci.c
sys/dev/usb/usb_controller.h
sys/dev/usb/usb_core.h
sys/dev/usb/usb_ioctl.h
sys/dev/usb/usb_request.c
sys/dev/usb/usb_transfer.c