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
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