[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] usb-ohci: fixes to allow usb-net to work
From: |
Peter Maydell |
Subject: |
[Qemu-devel] [PATCH 0/2] usb-ohci: fixes to allow usb-net to work |
Date: |
Wed, 14 Sep 2011 18:48:58 +0100 |
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(-)
- [Qemu-devel] [PATCH 0/2] usb-ohci: fixes to allow usb-net to work,
Peter Maydell <=
- [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size, Peter Maydell, 2011/09/14
- Re: [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size, Gerd Hoffmann, 2011/09/15
- Re: [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size, Peter Maydell, 2011/09/15
- Re: [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size, Gerd Hoffmann, 2011/09/15
- Re: [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size, Peter Maydell, 2011/09/15
- Re: [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size, Gerd Hoffmann, 2011/09/15
- Re: [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size, Peter Maydell, 2011/09/15
- Re: [Qemu-devel] [PATCH 1/2] hw/usb-ohci: Honour endpoint maximum packet size, Gerd Hoffmann, 2011/09/15
[Qemu-devel] [PATCH 2/2] hw/usb-ohci: Fix OHCI_TD_T1 bit position definition, Peter Maydell, 2011/09/14