[Qemu-devel] [PATCH 20/22] usb-redir: Use reject rather the disconnect on bad ep info

2012-10-24 Thread Hans de Goede
So that the client gets a notification about us disconnecting the device. Signed-off-by: Hans de Goede --- hw/usb/redirect.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index fe4eeea..b1fc7ef 100644 --- a/hw/usb/redirect.c +++ b/

[Qemu-devel] [PATCH 20/22] usb-redir: Use reject rather the disconnect on bad ep info

2012-10-15 Thread Hans de Goede
So that the client gets a notification about us disconnecting the device. Signed-off-by: Hans de Goede --- hw/usb/redirect.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index 9e88779..26f501a 100644 --- a/hw/usb/redirect.c +++ b/