Re: [Qemu-devel] [PATCH 1/3] usb-redir: An interface count of 0 is a valid value

2012-04-19 Thread Gerd Hoffmann
On 03/31/12 17:14, Hans de Goede wrote: > An interface-count of 0 happens when a device is in unconfigured state when > it gets redirected. So we should not use 0 to detect not having received > interface info from our peer. All three patches added to usb patch queue. thanks, Gerd

[Qemu-devel] [PATCH 1/3] usb-redir: An interface count of 0 is a valid value

2012-03-31 Thread Hans de Goede
An interface-count of 0 happens when a device is in unconfigured state when it gets redirected. So we should not use 0 to detect not having received interface info from our peer. Signed-off-by: Hans de Goede --- hw/usb/redirect.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) dif