Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Fix usbredir being broken since commit 159c6ebf

2013-09-30 Thread Hans de Goede
Hi, On 09/30/2013 02:13 AM, Marc-André Lureau wrote: ack, can you add bug ref to commit msg? https://bugs.freedesktop.org/show_bug.cgi?id=69935 Done and pushed. thanks for tracking this down. You're welcome. I'll update the fedora packages. Thanks. Regards, Hans - Original

[Spice-devel] [PATCH spice-gtk] spice-channel: Fix usbredir being broken since commit 159c6ebf

2013-09-29 Thread Hans de Goede
The usbredir channel uses spice_msg_in_raw to get its data, which uses in-dpos to determine the msg size and that was no longer being set for non sub-messages. Signed-off-by: Hans de Goede hdego...@redhat.com --- gtk/spice-channel.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Fix usbredir being broken since commit 159c6ebf

2013-09-29 Thread Marc-André Lureau
ack, can you add bug ref to commit msg? https://bugs.freedesktop.org/show_bug.cgi?id=69935 thanks for tracking this down. I'll update the fedora packages. - Original Message - The usbredir channel uses spice_msg_in_raw to get its data, which uses in-dpos to determine the msg size and