]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
xhci: Move set_address code from xhci_control to xhci_alloc_pipe.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 28 Dec 2013 00:25:46 +0000 (19:25 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 29 Jan 2014 17:57:01 +0000 (12:57 -0500)
commit4ea2fa9620ec4c0c6da53d534d6a69c8a0db27cd
treea5e303f59e5c7d1010a59f4e218e8b7043db2dc8
parentd477d55ab90256a1251c8c881dd7c9edaa76725f
xhci: Move set_address code from xhci_control to xhci_alloc_pipe.

It's easier to run the set_address from xhci_alloc_pipe as there is
more information available there.

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