Skip to content

Commit

Permalink
V4L/DVB (10370): gspca - main: Have 3 URBs instead of 2 for ISOC tran…
Browse files Browse the repository at this point in the history
…sfers.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent ceb35be commit 8fee845
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/media/video/gspca/gspca.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
#include "gspca.h"

/* global values */
#define DEF_NURBS 2 /* default number of URBs */
#define DEF_NURBS 3 /* default number of URBs */
#if DEF_NURBS > MAX_NURBS
#error "DEF_NURBS too big"
#endif

MODULE_AUTHOR("Jean-Francois Moine <http://moinejf.free.fr>");
MODULE_DESCRIPTION("GSPCA USB Camera Driver");
Expand Down

0 comments on commit 8fee845

Please sign in to comment.