]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
usb: Obtain free list items in main code.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 6 Mar 2012 03:41:21 +0000 (22:41 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 6 Mar 2012 12:29:57 +0000 (07:29 -0500)
commit01de9bde0ba82976fa0f4488dcbc521e34cd0e80
treec049569d6a3c3965d8a794b652dc9fc8f0fb228d
parent92650f2a86d86bea8f6aba457e702a429b1f388c
usb: Obtain free list items in main code.

Each controller freelist finding code is the same - move it to the
common code.  This also merges the alloc_control and alloc_bulk code
paths.

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