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:
Jean-Francois Moine 2009-01-17 04:46:38 -03:00 committed by Mauro Carvalho Chehab
parent ceb35beaed
commit 8fee845396
1 changed files with 4 additions and 1 deletions

View File

@ -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");