All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] xhci: Better spec conforming behaviour
@ 2012-10-26  8:29 Sebastian Bauer
  2012-10-26  8:29 ` [Qemu-devel] [PATCH 1/2] When the XHCI host controller is switched to the running mode, set the ccs bit for each port, to which a device is already attached Sebastian Bauer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sebastian Bauer @ 2012-10-26  8:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Sebastian Bauer

This tiny patch series fixes some things in the xhci hcd to behave more 
spec compliant.

The first patch ensures the correctness of the csc port status bit as
soon as the controller is switched to running mode.

The second patch brings in the evaluation of the speed field in the
input slot context associated to a set address command. See 6.2.2.1 of
the xhci spec.

Sebastian Bauer (2):
  When the XHCI host controller is switched to the running mode, set
    the ccs bit for each port, to which a device is already attached.
  Respond a set address command with CC_PARAMETER_ERROR, if the speed
    field of the input context is not valid.

 hw/usb/hcd-xhci.c |   35 ++++++++++++++++++++++++++++++-----
 1 file changed, 30 insertions(+), 5 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-11-01 13:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26  8:29 [Qemu-devel] [PATCH 0/2] xhci: Better spec conforming behaviour Sebastian Bauer
2012-10-26  8:29 ` [Qemu-devel] [PATCH 1/2] When the XHCI host controller is switched to the running mode, set the ccs bit for each port, to which a device is already attached Sebastian Bauer
2012-10-26 12:00   ` Gerd Hoffmann
2012-10-26 15:10     ` Sebastian Bauer
2012-11-01 13:20       ` Gerd Hoffmann
2012-10-26  8:29 ` [Qemu-devel] [PATCH 2/2] Respond a set address command with CC_PARAMETER_ERROR, if the speed field of the input context is not valid Sebastian Bauer
2012-10-26 12:05   ` Gerd Hoffmann
2012-10-26 11:53 ` [Qemu-devel] [PATCH 0/2] xhci: Better spec conforming behaviour Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.