]> xenbits.xensource.com Git - seabios.git/commit
usb: Eliminate USB controller setup thread
authorKevin O'Connor <kevin@koconnor.net>
Tue, 2 Feb 2016 19:35:55 +0000 (14:35 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 3 Feb 2016 03:36:41 +0000 (22:36 -0500)
commit88e9bd7caee694498cadccba5c1e63baad6d83ab
treeb0fac3d386e5791a7ba83c821daf8cf3fdec360c
parent32a2b0e38cdd97ad8b0dc988e8114d191801b9e5
usb: Eliminate USB controller setup thread

There are no longer any sleep or yield calls during the usb controller
device scans, so there is no need to run these device scans in a
separate thread.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/usb-ehci.c
src/hw/usb-ohci.c
src/hw/usb-uhci.c
src/hw/usb-xhci.c
src/hw/usb.c