qemu-e2k/hw/usb
Gerd Hoffmann c7020c9740 usb-ehci: drop assert()
Not sure what the purpose of the assert() was, in any case it is bogous.
We can arrive there if transfer descriptors passed to us from the guest
failed to pass sanity checks, i.e. it is guest-triggerable.  We deal
with that case by resetting the host controller.  Everything is ok, no
need to throw a core dump here.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2012-04-17 10:23:29 +02:00
..
bus.c usb/vmstate: add parent dev path 2012-04-17 10:23:21 +02:00
core.c usb_packet_set_state: handle p->ep == NULL 2012-04-17 10:23:27 +02:00
desc.c usb: use USBDescriptor for endpoint descriptors. 2012-04-17 10:23:28 +02:00
desc.h usb: use USBDescriptor for endpoint descriptors. 2012-04-17 10:23:28 +02:00
dev-audio.c
dev-bluetooth.c
dev-hid.c
dev-hub.c usb-hub: add tracepoints 2012-04-17 10:23:27 +02:00
dev-network.c
dev-serial.c
dev-smartcard-reader.c
dev-storage.c qdev: qdev_unplug(): use error_set() 2012-04-09 14:35:25 -03:00
dev-wacom.c
hcd-ehci.c usb-ehci: drop assert() 2012-04-17 10:23:29 +02:00
hcd-musb.c
hcd-ohci.c usb-ohci: DMA writeback bug fixes 2012-03-13 10:15:32 +01:00
hcd-uhci.c usb-uhci: queuing fix 2012-04-17 10:23:27 +02:00
hcd-xhci.c
host-bsd.c
host-linux.c usb-host: rewrite usb_linux_update_endp_table 2012-04-17 10:23:28 +02:00
host-stub.c
libhw.c
redirect.c usb-redir: Notify our peer when we reject a device due to a speed mismatch 2012-04-17 10:23:28 +02:00