Re: [Qemu-devel] [PATCH 03/14] usb-linux: Teach about super speed

2011-06-01 Thread Gerd Hoffmann
On 05/31/11 11:35, Hans de Goede wrote: +if (!strcmp(buf, "5000")) { +speed = USB_SPEED_SUPER; +} else if (!strcmp(buf, "480")) { Patch applied. thanks, Gerd

[Qemu-devel] [PATCH 03/14] usb-linux: Teach about super speed

2011-05-31 Thread Hans de Goede
--- usb-linux.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/usb-linux.c b/usb-linux.c index db28762..672a589 100644 --- a/usb-linux.c +++ b/usb-linux.c @@ -1375,7 +1375,9 @@ static int usb_host_scan_dev(void *opaque, USBScanFunc *func) if (get_t