summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-04usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()qemu-kvm-1.2-usbredir-wipHans de Goede1-18/+15
2012-11-04xhci: Add support for packets with both data and an error statusHans de Goede1-2/+2
2012-11-04ehci: Add support for packets with both data and an error statusHans de Goede1-85/+77
2012-11-04ehci: Get rid of the magical PROC_ERR statusHans de Goede1-31/+24
2012-11-04usb-redir: Allow packets to have both data and an error-statusHans de Goede1-36/+20
2012-11-04usb: split packet result into actual_length + statusHans de Goede24-626/+610
2012-11-04usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede1-2/+21
2012-11-04usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka1-1/+29
2012-11-04usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede1-2/+3
2012-11-04usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede1-23/+22
2012-11-04usb-redir: Add support for input pipeliningHans de Goede1-10/+53
2012-11-04usb-redir: Add support for 32 bits bulk packet lengthHans de Goede2-2/+7
2012-11-04combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede1-2/+5
2012-11-04usb: Add packet combining functionsHans de Goede4-1/+194
2012-11-04uhci: Don't crash on device disconnectHans de Goede1-0/+5
2012-11-04uhci: Add a uhci_handle_td_error() helper functionHans de Goede1-43/+47
2012-11-04xhci: fix usb name in capsGerd Hoffmann1-2/+2
2012-11-04xhci: make number of interrupters and slots configurableGerd Hoffmann1-31/+48
2012-11-04xhci: allow disabling interruptersGerd Hoffmann1-0/+6
2012-11-04xhci: flush endpoint context unconditinallyGerd Hoffmann1-3/+0
2012-11-04xhci: fix function name in error messageGerd Hoffmann1-1/+1
2012-11-04uhci: Use only one queue for ctrl endpointsHans de Goede1-2/+7
2012-11-04uhci: Retry to fill the queue while waiting for td completionHans de Goede1-3/+13
2012-11-04uhci: Always mark a queue valid when we encounter itHans de Goede1-8/+7
2012-11-04uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede1-0/+4
2012-11-04uhci: Detect guest td re-useHans de Goede1-17/+16
2012-11-04uhci: Verify queue has not been changed by guestHans de Goede2-18/+46
2012-11-04uhci: Immediately free queues on device disconnectHans de Goede1-9/+4
2012-11-04uhci: Store ep in UHCIQueueHans de Goede1-16/+14
2012-11-04uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede1-15/+16
2012-11-04uhci: Add uhci_read_td() helper functionHans de Goede1-10/+11
2012-11-04uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede1-19/+25
2012-11-04uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede1-12/+10
2012-11-04uhci: Drop unnecessary forward declaration of some static functionsHans de Goede1-3/+0
2012-11-04uhci: Don't retry on errorHans de Goede1-43/+19
2012-11-04uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede1-3/+1
2012-11-04uhci: No need to handle async completion of isoc packetsHans de Goede1-26/+3
2012-11-04usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede2-1/+1
2012-11-04usb: Add an int_req flag to USBPacketHans de Goede7-13/+27
2012-11-04usb: Move short-not-ok handling to the coreHans de Goede9-22/+33
2012-11-04usb: Move clearing of queue on halt to the coreHans de Goede5-31/+26
2012-11-04usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede8-11/+51
2012-11-04usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede2-4/+5
2012-11-04xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede1-19/+30
2012-11-04ehci: Retry to fill the queue while waiting for td completionHans de Goede1-5/+6
2012-11-04ehci: Detect going in circles when filling the queueHans de Goede1-1/+8
2012-11-04ehci: Speed up the timer of raising int from the async scheduleHans de Goede1-1/+12
2012-11-04ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede1-8/+2
2012-11-04ehci: Set int flag on a short input packetHans de Goede1-0/+4
2012-11-04ehci: Get rid of packet tbytes fieldHans de Goede1-11/+9