aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-12-05 18:43:20 -0500
committerKevin O'Connor <kevin@koconnor.net>2013-12-27 12:42:12 -0500
commitec443fff52edeaa08f2b978faeca46137bfe74d9 (patch)
treed9e984eb430be2c54c5b471a67aa451e83928bda /Makefile
parent60f3b8022c643d7d5a77c3af58f0f13266f39cc5 (diff)
downloadseabios-hppa-ec443fff52edeaa08f2b978faeca46137bfe74d9.zip
seabios-hppa-ec443fff52edeaa08f2b978faeca46137bfe74d9.tar.gz
seabios-hppa-ec443fff52edeaa08f2b978faeca46137bfe74d9.tar.bz2
usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.
The previous code attempts to correlate which UHCI and OHCI controllers correlate with which EHCI controllers so that it can ensure high speed devices are handled by the EHCI code while low/full speed devices are handled by the UHCI/OHCI code. Replace this logic by initializing all EHCI controllers first, and then initializing all UHCI and OHCI controllers. This simplifies the code and improves support for some hardware devices that don't follow the OHCI/UHCI to EHCI correlation standard. Also, remove the unused usb->busid field. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions