Show patches with: Submitter = Hans de Goede       |    State = Action Required       |    Archived = No       |   457 patches
« 1 2 ... 2 3 4 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
USB: add usb network redirection support - - - - --- 2011-07-19 Hans de Goede New
USB: add usb network redirection support - - - - --- 2011-07-18 Hans de Goede New
[11/11] usb-ohci: Add support for being a companion controller - - - - --- 2011-06-24 Hans de Goede New
[10/11] usb-uhci: Add support for being a companion controller - - - - --- 2011-06-24 Hans de Goede New
[09/11] usb-ehci: Add support for registering companion controllers - - - - --- 2011-06-24 Hans de Goede New
[08/11] usb-ehci: Fix handling of PED and PEDC port status bits - - - - --- 2011-06-24 Hans de Goede New
[07/11] usb: assert on calling usb_attach(port, NULL) on a port without a dev - - - - --- 2011-06-24 Hans de Goede New
[06/11] usb-ehci: cleanup port reset handling - - - - --- 2011-06-24 Hans de Goede New
[05/11] usb-ehci: Connect Status bit is read only, don't allow changing it by the guest - - - - --- 2011-06-24 Hans de Goede New
[04/11] usb-ehci: drop unused num-ports state member - - - - --- 2011-06-24 Hans de Goede New
[03/11] usb: Replace device_destroy bus op with a child_detach port op - - - - --- 2011-06-24 Hans de Goede New
[02/11] usb: Make port wakeup and complete ops take a USBPort instead of a Device - - - - --- 2011-06-24 Hans de Goede New
[01/11] usb: Add a register_companion USB bus op. - - - - --- 2011-06-24 Hans de Goede New
Fix a number of unused-but-set-variable warnings (new with gcc-4.6) - - - - --- 2011-06-08 Hans de Goede New
[4/4] usb-linux: allow "compatible" high speed devices to connect at fullspeed - - - - --- 2011-05-31 Hans de Goede New
[3/4] usb-bus: Automatically select right usb bus based on device and bus speed - - - - --- 2011-05-31 Hans de Goede New
[2/4] usb-bus: Don't allow speed mismatch while attaching devices - - - - --- 2011-05-31 Hans de Goede New
[1/4] usb: Add a speedmask to devices - - - - --- 2011-05-31 Hans de Goede New
[14/14] usb: Proper error propagation for usb_device_attach errors - - - - --- 2011-05-31 Hans de Goede New
[13/14] usb-bus: Don't detach non attached devices on device exit - - - - --- 2011-05-31 Hans de Goede New
[12/14] usb-bus: Don't allow attaching a device to a bus with no free ports - - - - --- 2011-05-31 Hans de Goede New
[11/14] usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helper - - - - --- 2011-05-31 Hans de Goede New
[10/14] usb-linux: Enlarge buffer for descriptors to 8192 bytes - - - - --- 2011-05-31 Hans de Goede New
[09/14] usb-linux: Don't declare a usbdevice_name - - - - --- 2011-05-31 Hans de Goede New
[08/14] usb-linux: Don't try to open the same device twice - - - - --- 2011-05-31 Hans de Goede New
[07/14] usb-linux: If opening a device fails remove it from our filter list - - - - --- 2011-05-31 Hans de Goede New
[06/14] usb-linux: Ensure devep != 0 - - - - --- 2011-05-31 Hans de Goede New
[05/14] usb-linux: Don't call usb_host_close when usb_host_open fails - - - - --- 2011-05-31 Hans de Goede New
[04/14] usb-linux: Don't do perror when errno is not set - - - - --- 2011-05-31 Hans de Goede New
[03/14] usb-linux: Teach about super speed - - - - --- 2011-05-31 Hans de Goede New
[02/14] usb-linux: Get speed from sysfs rather then from the connectinfo ioctl - - - - --- 2011-05-31 Hans de Goede New
[01/14] usb-linux: Set usb_auto_timer to NULL after deleting it - - - - --- 2011-05-31 Hans de Goede New
Fix a number of unused-but-set-variable warnings (new with gcc-4.6) 1 - - - --- 2011-05-03 Hans de Goede New
spice: add option for disabling copy paste support - - - - --- 2011-03-27 Hans de Goede New
[3/3] spice-chardev: listen to frontend guest open / close - - - - --- 2011-03-24 Hans de Goede New
[2/3] virtio-console: notify backend of guest open / close - - - - --- 2011-03-24 Hans de Goede New
[1/3] chardev: Allow frontends to notify backends of guest open / close - - - - --- 2011-03-24 Hans de Goede New
spice-qemu-char: Fix flow control in client -> guest direction - - - - --- 2011-03-22 Hans de Goede New
[3/3] spice-chardev: listen to frontend guest open / close - - - - --- 2011-03-22 Hans de Goede New
[2/3] virtio-console: notify backend of guest open / close - - - - --- 2011-03-22 Hans de Goede New
[1/3] chardev: Allow frontends to notify backends of guest open / close - - - - --- 2011-03-22 Hans de Goede New
[3/3] usb: control buffer fixes - - - - --- 2011-02-02 Hans de Goede New
[2/3] usb-linux: use usb_generic_handle_packet() - - - - --- 2011-02-02 Hans de Goede New
[1/3] usb: Pass the packet to the device's handle_control callback - - - - --- 2011-02-02 Hans de Goede New
[7/7] usb-linux: Add support for buffering iso out usb packets - - - - --- 2010-11-26 Hans de Goede New
[6/7] usb-linux: We only need to keep track of 15 endpoints - - - - --- 2010-11-26 Hans de Goede New
[5/7] usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0) - - - - --- 2010-11-26 Hans de Goede New
[4/7] usb-linux: Refuse packets for endpoints which are not in the usb descriptor - - - - --- 2010-11-26 Hans de Goede New
[3/7] usb-linux: Add support for buffering iso usb packets - - - - --- 2010-11-26 Hans de Goede New
[2/7] usb-linux: Get the alt. setting from sysfs rather then asking the dev - - - - --- 2010-11-26 Hans de Goede New
[1/7] usb-linux: introduce a usb_linux_alt_setting function 1 - - - --- 2010-11-26 Hans de Goede New
[3/3] usb-linux: Get the active configuration from sysfs rather then asking the dev - - - - --- 2010-11-10 Hans de Goede New
[2/3] usb-linux: introduce a usb_linux_get_configuration function - - - - --- 2010-11-10 Hans de Goede New
[1/3] usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYS - - - - --- 2010-11-10 Hans de Goede New
[3/3] usb-linux: Get the active configuration from sysfs rather then asking the dev - - - - --- 2010-11-08 Hans de Goede New
[2/3] usb-linux: introduce a usb_linux_get_configuration function - - - - --- 2010-11-08 Hans de Goede New
[1/3] usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYS - - - - --- 2010-11-08 Hans de Goede New
« 1 2 ... 2 3 4 5 »