diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-12-05 18:43:20 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-12-27 12:42:12 -0500 |
commit | ec443fff52edeaa08f2b978faeca46137bfe74d9 (patch) | |
tree | d9e984eb430be2c54c5b471a67aa451e83928bda /Makefile | |
parent | 60f3b8022c643d7d5a77c3af58f0f13266f39cc5 (diff) | |
download | seabios-ec443fff52edeaa08f2b978faeca46137bfe74d9.tar.gz |
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