Reduce size of USB 'struct uhci_td'.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 28 Feb 2010 04:50:48 +0000 (23:50 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 10 Mar 2010 00:59:36 +0000 (19:59 -0500)
commit09e2f7c4f371121d1991c4c5e0a2ad47ffad0e21
tree17ec1cd4e6c1c36a21df35c12313cd479de01e61
parent406fad6fada9fdf1df6c1f627dfadc08452b6b5e
Reduce size of USB 'struct uhci_td'.

Reduce the size to make arrays of tds smaller.  For interrupt in
pipes, allocate the data space separately.
src/usb-uhci.c
src/usb-uhci.h