The patch number 10370 was added via Jean-Francois Moine <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Jean-Francois Moine <[email protected]>
gspca - main: Have 3 URBs instead of 2 for ISOC transfers.
Priority: normal
Signed-off-by: Jean-Francois Moine <[email protected]>
---
linux/drivers/media/video/gspca/gspca.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff -r 6e3ffc3b8ed3 -r 2b50a67f9bb5 linux/drivers/media/video/gspca/gspca.c
--- a/linux/drivers/media/video/gspca/gspca.c Sat Jan 17 08:32:32 2009 +0100
+++ b/linux/drivers/media/video/gspca/gspca.c Sat Jan 17 08:46:38 2009 +0100
@@ -41,7 +41,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");
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/2b50a67f9bb5f5cfd61bcb29b6aa818260561119
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits