]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFp4 //depot/projects/usb@157853
authorAndrew Thompson <thompsa@FreeBSD.org>
Tue, 24 Feb 2009 03:39:13 +0000 (03:39 +0000)
committerAndrew Thompson <thompsa@FreeBSD.org>
Tue, 24 Feb 2009 03:39:13 +0000 (03:39 +0000)
commit4a35cda73150578052b41b9dfe89c08f186b274d
tree1869f274de96104eda5ee5434a1ef95e7bb49ea5
parentbce32d7bc4ed80cc0de92e82b86daddce08071b6
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