add debugfunction for td->flag
authorBernhard Urban <lewurm@gmx.net>
Fri, 18 Sep 2009 00:43:32 +0000 (02:43 +0200)
committerBernhard Urban <lewurm@gmx.net>
Fri, 18 Sep 2009 00:43:32 +0000 (02:43 +0200)
commit15c7416bc0f527d03c41f68a56bdf0734f6aff2a
treeb3f48033dbfddb18b37af18a66f8479bb8de74a2
parent10ae92fb831b7e593570d2f3b4b45512316ec643
add debugfunction for td->flag

finally we get some response from HC :) however our TDs seems to be
bullshit :/

@commit 8dbf7ef007d1d:
I think the problem here was that tailp and headp of the ED structure
was set to the same location. In this case, the HC thinks all TDs are
done! So HC set CLF to null. (search for this somewhere in the ohci specs...)
In fact, just headp must be set.
usb/host/ohci.c