Show patches with: Submitter = Hans de Goede       |    State = Action Required       |    Archived = No       |   457 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[7/8] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller - - - - --- 2012-10-31 Hans de Goede New
[6/8] usb-redir: Use reject rather the disconnect on bad ep info - - - - --- 2012-10-31 Hans de Goede New
[5/8] usb-redir: Add an usbredir_setup_usb_eps() helper function - - - - --- 2012-10-31 Hans de Goede New
[4/8] usb-redir: Add support for input pipelining - - - - --- 2012-10-31 Hans de Goede New
[3/8] usb-redir: Add support for 32 bits bulk packet length - - - - --- 2012-10-31 Hans de Goede New
[2/8] combined-packet: Add a workaround for Linux usbfs + live migration - - - - --- 2012-10-31 Hans de Goede New
[1/8] usb: Add packet combining functions - - - - --- 2012-10-31 Hans de Goede New
[2/2] uhci: Don't crash on device disconnect - - - - --- 2012-10-31 Hans de Goede New
[1/2] uhci: Add a uhci_handle_td_error() helper function - - - - --- 2012-10-31 Hans de Goede New
[17/17] uhci: Use only one queue for ctrl endpoints - - - - --- 2012-10-24 Hans de Goede New
[16/17] uhci: Retry to fill the queue while waiting for td completion - - - - --- 2012-10-24 Hans de Goede New
[15/17] uhci: Always mark a queue valid when we encounter it - - - - --- 2012-10-24 Hans de Goede New
[14/17] uhci: When the guest marks a pending td non-active, cancel the queue - - - - --- 2012-10-24 Hans de Goede New
[13/17] uhci: Detect guest td re-use - - - - --- 2012-10-24 Hans de Goede New
[12/17] uhci: Verify queue has not been changed by guest - - - - --- 2012-10-24 Hans de Goede New
[11/17] uhci: Immediately free queues on device disconnect - - - - --- 2012-10-24 Hans de Goede New
[10/17] uhci: Store ep in UHCIQueue - - - - --- 2012-10-24 Hans de Goede New
[09/17] uhci: Make uhci_fill_queue() actually operate on an UHCIQueue - - - - --- 2012-10-24 Hans de Goede New
[08/17] uhci: Add uhci_read_td() helper function - - - - --- 2012-10-24 Hans de Goede New
[07/17] uhci: Rename UHCIAsync->td to UHCIAsync->td_addr - - - - --- 2012-10-24 Hans de Goede New
[06/17] uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free - - - - --- 2012-10-24 Hans de Goede New
[05/17] uhci: Drop unnecessary forward declaration of some static functions - - - - --- 2012-10-24 Hans de Goede New
[04/17] uhci: Don't retry on error - - - - --- 2012-10-24 Hans de Goede New
[03/17] uhci: cleanup: Add an unlink call to uhci_async_cancel() - - - - --- 2012-10-24 Hans de Goede New
[02/17] uhci: No need to handle async completion of isoc packets - - - - --- 2012-10-24 Hans de Goede New
[01/17] usb: Enforce iso endpoints never returing USB_RET_ASYNC - - - - --- 2012-10-24 Hans de Goede New
[22/22] usb-redir: Allow redirecting super speed devices to high speed controllers - - - - --- 2012-10-24 Hans de Goede New
[21/22] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller - - - - --- 2012-10-24 Hans de Goede New
[20/22] usb-redir: Use reject rather the disconnect on bad ep info - - - - --- 2012-10-24 Hans de Goede New
[19/22] usb-redir: Add an usbredir_setup_usb_eps() helper function - - - - --- 2012-10-24 Hans de Goede New
[18/22] usb-redir: Add support for input pipelining - - - - --- 2012-10-24 Hans de Goede New
[17/22] usb-redir: Add support for 32 bits bulk packet length - - - - --- 2012-10-24 Hans de Goede New
[16/22] combined-packet: Add a workaround for Linux usbfs + live migration - - - - --- 2012-10-24 Hans de Goede New
[15/22] usb: Add packet combining functions - - - - --- 2012-10-24 Hans de Goede New
[14/22] usb: Add an int_req flag to USBPacket - - - - --- 2012-10-24 Hans de Goede New
[13/22] usb: Move short-not-ok handling to the core - - - - --- 2012-10-24 Hans de Goede New
[12/22] usb: Move clearing of queue on halt to the core - - - - --- 2012-10-24 Hans de Goede New
[11/22] usb: Add USB_RET_ADD_TO_QUEUE packet result code - - - - --- 2012-10-24 Hans de Goede New
[10/22] usb: Rename __usb_packet_complete to usb_packet_complete_one - - - - --- 2012-10-24 Hans de Goede New
[09/22] xhci: Add a xhci_ep_nuke_one_xfer helper function - - - - --- 2012-10-24 Hans de Goede New
[08/22] ehci: Retry to fill the queue while waiting for td completion - - - - --- 2012-10-24 Hans de Goede New
[07/22] ehci: Detect going in circles when filling the queue - - - - --- 2012-10-24 Hans de Goede New
[06/22] ehci: Speed up the timer of raising int from the async schedule - - - - --- 2012-10-24 Hans de Goede New
[05/22] ehci: Improve latency of interrupt delivery and async schedule scanning - - - - --- 2012-10-24 Hans de Goede New
[04/22] ehci: Set int flag on a short input packet - - - - --- 2012-10-24 Hans de Goede New
[03/22] ehci: Get rid of packet tbytes field - - - - --- 2012-10-24 Hans de Goede New
[02/22] uhci: Move checks to continue queuing to uhci_fill_queue() - - - - --- 2012-10-24 Hans de Goede New
[01/22] uhci: Properly unmap packets on cancel / invalid pid - - - - --- 2012-10-24 Hans de Goede New
[4/4] uhci: Don't retry on error - - - - --- 2012-10-18 Hans de Goede New
[3/4] uhci: cleanup: Add an unlink call to uhci_async_cancel() - - - - --- 2012-10-18 Hans de Goede New
[2/4] uhci: No need to handle async completion of isoc packets - - - - --- 2012-10-18 Hans de Goede New
[1/4] usb: Enforce iso endpoints never returing USB_RET_ASYNC - - - - --- 2012-10-18 Hans de Goede New
[4/4] xhci: Add support for packets with both data and an error status - - - - --- 2012-10-18 Hans de Goede New
[3/4] ehci: Add support for packets with both data and an error status - - - - --- 2012-10-18 Hans de Goede New
[2/4] usb-redir: Allow packets to have both data and an error-status - - - - --- 2012-10-18 Hans de Goede New
[1/4] usb: split packet result into actual_length + status - - - - --- 2012-10-18 Hans de Goede New
[22/22] usb-redir: Allow redirecting super speed devices to high speed controllers - - - - --- 2012-10-15 Hans de Goede New
[21/22] usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller - - - - --- 2012-10-15 Hans de Goede New
[20/22] usb-redir: Use reject rather the disconnect on bad ep info - - - - --- 2012-10-15 Hans de Goede New
[19/22] usb-redir: Add an usbredir_setup_usb_eps() helper function - - - - --- 2012-10-15 Hans de Goede New
[18/22] usb-redir: Add support for input pipelining - - - - --- 2012-10-15 Hans de Goede New
[17/22] usb-redir: Add support for 32 bits bulk packet length - - - - --- 2012-10-15 Hans de Goede New
[16/22] usb-redir: When a packet contains data on a stall, ignore the stall - - - - --- 2012-10-15 Hans de Goede New
[15/22] combined-packet: Add a workaround for Linux usbfs + live migration - - - - --- 2012-10-15 Hans de Goede New
[14/22] usb: Add packet combining functions - - - - --- 2012-10-15 Hans de Goede New
[13/22] usb: Add an int_req flag to USBPacket - - - - --- 2012-10-15 Hans de Goede New
[12/22] usb: Move short-not-ok handling to the core - - - - --- 2012-10-15 Hans de Goede New
[11/22] usb: Move clearing of queue on halt to the core - - - - --- 2012-10-15 Hans de Goede New
[10/22] usb: Add USB_RET_ADD_TO_QUEUE packet result code - - - - --- 2012-10-15 Hans de Goede New
[09/22] usb: Rename __usb_packet_complete to usb_packet_complete_one - - - - --- 2012-10-15 Hans de Goede New
[08/22] xhci: Add a xhci_ep_nuke_one_xfer helper function - - - - --- 2012-10-15 Hans de Goede New
[07/22] ehci: Detect going in circles when filling the queue - - - - --- 2012-10-15 Hans de Goede New
[06/22] ehci: Speed up the timer of raising int from the async schedule - - - - --- 2012-10-15 Hans de Goede New
[05/22] ehci: Improve latency of interrupt delivery and async schedule scanning - - - - --- 2012-10-15 Hans de Goede New
[04/22] ehci: Set int flag on a short input packet - - - - --- 2012-10-15 Hans de Goede New
[03/22] ehci: Get rid of packet tbytes field - - - - --- 2012-10-15 Hans de Goede New
[02/22] uhci: Move checks to continue queuing to uhci_fill_queue() - - - - --- 2012-10-15 Hans de Goede New
[01/22] uhci: Properly unmap packets on cancel / invalid pid - - - - --- 2012-10-15 Hans de Goede New
uhci: Raise interrupt when requested even for non active tds - - - - --- 2012-10-10 Hans de Goede New
[12/12] ehci: Speed up the timer of raising int from the async schedule - - - - --- 2012-10-08 Hans de Goede New
[11/12] ehci: Improve latency of interrupt delivery and async schedule scanning - - - - --- 2012-10-08 Hans de Goede New
[10/12] ehci: Add support for input queuing - - - - --- 2012-10-08 Hans de Goede New
[09/12] ehci: Set int flag on a short input packet - - - - --- 2012-10-08 Hans de Goede New
[08/12] ehci: Get rid of packet tbytes field - - - - --- 2012-10-08 Hans de Goede New
[07/12] uhci: Add support for input queuing - - - - --- 2012-10-08 Hans de Goede New
[06/12] uhci: Move checks to continue queuing to uhci_fill_queue() - - - - --- 2012-10-08 Hans de Goede New
[05/12] uhci: Properly unmap packets on cancel / invalid pid - - - - --- 2012-10-08 Hans de Goede New
[04/12] usb: Add support for input pipelining - - - - --- 2012-10-08 Hans de Goede New
[03/12] usb-host-linux: Only enabling pipeling for output endpoints - - - - --- 2012-10-08 Hans de Goede New
[02/12] usb-redir: Add support for 32 bits bulk packet length - - - - --- 2012-10-08 Hans de Goede New
[01/12] usb-redir: When a packet contains data on a stall, ignore the stall - - - - --- 2012-10-08 Hans de Goede New
[2/2] usb-redir: Don't make migration fail in none seamless case - - - - --- 2012-09-27 Hans de Goede New
[1/2] usb-redir: Change usbredir_open_chardev into usbredir_create_parser - - - - --- 2012-09-27 Hans de Goede New
usb-redir: Adjust pkg-config check for usbredirparser .pc file rename (v2) - - - - --- 2012-09-25 Hans de Goede New
usb-redir: Adjust pkg-config check for usbredirparser .pc file rename - - - - --- 2012-09-25 Hans de Goede New
ehci: Fix interrupt packet MULT handling - - - - --- 2012-09-20 Hans de Goede New
configure: Fix "configure: usbredir fixes" to not break softmmu builds - - - - --- 2012-09-13 Hans de Goede New
[9/9] uhci: Don't queue up packets after one with the SPD flag set - - - - --- 2012-09-12 Hans de Goede New
[8/9] usb-redir: Revert usb-redir part of commit 93bfef4c - - - - --- 2012-09-12 Hans de Goede New
[7/9] usb-redir: Add chardev open / close debug logging - - - - --- 2012-09-12 Hans de Goede New
« 1 2 3 44 5 »