support building and loading out-of-tree modules.
Signed-off-by: Brett T. Warden
---
Added CONFIG_X86 guards around use of boot_params since this structure
is arch-specific.
.../admin-guide/kernel-parameters.txt | 4 +++
kernel/module.c | 31
support building and loading out-of-tree modules.
Signed-off-by: Brett T. Warden
---
.../admin-guide/kernel-parameters.txt | 4 +++
kernel/module.c | 25 +--
2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/Documentation/admin-guide
Changed new parameter name to 'force_init' for clarity, as per feedback.
Signed-off-by: Brett T. Warden <[EMAIL PROTECTED]>
---
drivers/media/video/bw-qcam.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/media/video/bw-qcam.c b/driver
Setting aggressive=1 bypasses the friendly auto-detection by polling the status
register, and instead attempts to initialize the qcam directly. Not friendly to
other parallel devices, but much more reliable than the auto-detection.
Signed-off-by: Brett T. Warden <[EMAIL PROTECTED]>
---
d
Setting aggressive=1 bypasses the friendly auto-detection by polling the status
register, and instead attempts to initialize the qcam directly. Not friendly to
other parallel devices, but much more reliable than the auto-detection.
Signed-off-by: Brett T. Warden <[EMAIL PROTECTED]>
---
d
---
diff --git a/drivers/media/video/bw-qcam.c b/drivers/media/video/bw-qcam.c
index 5842352..b74a9cb 100644
--- a/drivers/media/video/bw-qcam.c
+++ b/drivers/media/video/bw-qcam.c
@@ -82,11 +82,16 @@ OTHER DEALINGS IN THE SOFTWARE.
static unsigned int maxpoll=250; /* Maximum busy-loop count fo
6 matches
Mail list logo