On 10/10/11 18:44, Peter Maydell wrote:
On 14 September 2011 18:48, Peter Maydell<peter.mayd...@linaro.org> wrote:
This patchset contains a couple of fixes to usb-ohci which I had to make
in the course of getting usb-net to work on the Beagle (which uses OHCI
rather than UHCI). The main one is making the usb-ohci controller model
honour the endpoint maximum packet size setting -- usb-net.c will just
ignore any attempt by the controller to give it a packet larger than
64 bytes. The fix to OHCI_TD_T1 is probably not strictly required but
I noticed it in passing.
Peter Maydell (2):
hw/usb-ohci: Honour endpoint maximum packet size
hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
Ping. Gerd, I got acks from you for both of these patches but they
don't seem to have made it into master yet?
Was on vacation two weeks which delayed things a bit (and I'm busy with
the backlog now ...)
The patches are sitting in my local queue and will go upstream with the
next usb pull request.
cheers,
Gerd