V4L/DVB (10370): gspca - main: Have 3 URBs instead of 2 for ISOC transfers.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
ceb35beaed
commit
8fee845396
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue