Re: [PATCH] uvcvideo: Support super speed endpoints

2012-07-25 Thread Laurent Pinchart
Hi Tony, Thank you for the patch. On Wednesday 25 July 2012 12:10:23 Tony. Nie wrote: > initial value of best_psize should be 3 * 1024 for USB High Speed, > 48 * 1024 for USB Super Speed. > > Signed-off-by: Tony.Nie > --- > drivers/media/video/uvc/uvc_video.c |2 +- > 1 files changed, 1

[PATCH] uvcvideo: Support super speed endpoints

2012-07-17 Thread Laurent Pinchart
Compute the maximum number of bytes per interval using the burst and multiplier values for super speed endpoints. Signed-off-by: Laurent Pinchart --- drivers/media/video/uvc/uvc_video.c | 28 +++- 1 files changed, 23 insertions(+), 5 deletions(-) Hi Tony, Could you pl