[Qemu-devel] [PATCH 2/5] usb-redir: Dynamically adjust iso buffering size based on ep interval

2012-01-11 Thread Hans de Goede
Note the bufpq_target_size id stored in the endpoint info struct, even though it only used once. This is done because it will be referenced from other code in a follow up patch. Signed-off-by: Hans de Goede --- usb-redir.c | 53 - 1 files cha

Re: [Qemu-devel] [PATCH 2/5] usb-redir: Dynamically adjust iso buffering size based on ep interval

2012-01-06 Thread Gerd Hoffmann
On 12/22/11 12:12, Hans de Goede wrote: > Note the bufpq_target_size id stored in the endpoint info struct, > even though it only used once. This is done because it will be > referenced from other code in a follow up patch. === checkpatch complains === WARNING: braces {} are necessary for all arms

[Qemu-devel] [PATCH 2/5] usb-redir: Dynamically adjust iso buffering size based on ep interval

2011-12-22 Thread Hans de Goede
Note the bufpq_target_size id stored in the endpoint info struct, even though it only used once. This is done because it will be referenced from other code in a follow up patch. Signed-off-by: Hans de Goede --- usb-redir.c | 52 +++- 1 files chan