Commit 164b7e34 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] other minor video updates

parent 002b40d8
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/wrapper.h> #include <linux/wrapper.h>
#include <linux/tqueue.h>
#include <linux/videodev.h> #include <linux/videodev.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/io.h> #include <asm/io.h>
......
...@@ -130,7 +130,7 @@ static const char* pardev[] = {[0 ... W9966_MAXCAMS] = "aggressive"}; ...@@ -130,7 +130,7 @@ static const char* pardev[] = {[0 ... W9966_MAXCAMS] = "aggressive"};
MODULE_PARM(pardev, "1-" __MODULE_STRING(W9966_MAXCAMS) "s"); MODULE_PARM(pardev, "1-" __MODULE_STRING(W9966_MAXCAMS) "s");
MODULE_PARM_DESC(pardev, "pardev: where to search for\n\ MODULE_PARM_DESC(pardev, "pardev: where to search for\n\
\teach camera. 'aggressive' means brute-force search.\n\ \teach camera. 'aggressive' means brute-force search.\n\
\tEg: >pardev=parport3,aggressive,parport2,parport1< would assign \tEg: >pardev=parport3,aggressive,parport2,parport1< would assign\n\
\tcam 1 to parport3 and search every parport for cam 2 etc..."); \tcam 1 to parport3 and search every parport for cam 2 etc...");
static int parmode = 0; static int parmode = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment