Commit 4a5f5e21 authored by Stelian Pop's avatar Stelian Pop Committed by Linus Torvalds

[PATCH] meye: module parameters documentation fixes

Signed-off-by: default avatarStelian Pop <stelian@popies.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b1414f4f
...@@ -701,7 +701,7 @@ running once the system is up. ...@@ -701,7 +701,7 @@ running once the system is up.
[KNL,ACPI] Mark specific memory as reserved. [KNL,ACPI] Mark specific memory as reserved.
Region of memory to be used, from ss to ss+nn. Region of memory to be used, from ss to ss+nn.
meye= [HW] Set MotionEye Camera parameters meye.*= [HW] Set MotionEye Camera parameters
See Documentation/video4linux/meye.txt. See Documentation/video4linux/meye.txt.
mga= [HW,DRM] mga= [HW,DRM]
......
...@@ -41,13 +41,10 @@ little information if any is available for this camera ...@@ -41,13 +41,10 @@ little information if any is available for this camera
Driver options: Driver options:
--------------- ---------------
Several options can be passed to the meye driver, either by adding them Several options can be passed to the meye driver using the standard
to /etc/modprobe.conf file, when the driver is compiled as a module, or module argument syntax (<param>=<value> when passing the option to the
by adding the following to the kernel command line (in your bootloader): module or meye.<param>=<value> on the kernel boot line when meye is
statically linked into the kernel). Those options are:
meye=gbuffers[,gbufsize[,video_nr]]
where:
gbuffers: number of capture buffers, default is 2 (32 max) gbuffers: number of capture buffers, default is 2 (32 max)
......
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