qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] usb-ohci: fixes to allow usb-net to work
@ 2011-09-14 17:48 Peter Maydell
  2011-09-14 17:48 ` [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Peter Maydell @ 2011-09-14 17:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, patches

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

 hw/usb-ohci.c |   39 ++++++++++++++++++++++++++++-----------
 1 files changed, 28 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-10-11  7:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 17:48 [Qemu-devel] [PATCH 0/2] usb-ohci: fixes to allow usb-net to work Peter Maydell
2011-09-14 17:48 ` [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size Peter Maydell
2011-09-15  7:33   ` Gerd Hoffmann
2011-09-15  8:36     ` Peter Maydell
2011-09-15  9:13       ` Gerd Hoffmann
2011-09-15 10:08         ` Peter Maydell
2011-09-15 10:49           ` Gerd Hoffmann
2011-09-15 11:24             ` Peter Maydell
2011-09-15 11:45               ` Gerd Hoffmann
2011-09-14 17:49 ` [Qemu-devel] [PATCH 2/2] hw/usb-ohci: Fix OHCI_TD_T1 bit position definition Peter Maydell
2011-09-15  7:34   ` Gerd Hoffmann
2011-10-10 16:44 ` [Qemu-devel] [PATCH 0/2] usb-ohci: fixes to allow usb-net to work Peter Maydell
2011-10-11  7:10   ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).