On Thu, Nov 03, 2011 at 11:54:55 +0100, Laurent Pinchart wrote:
> On Thursday 03 November 2011 02:20:30 Kaz Kylheku wrote:
> > By the way, I patched the driver to make the trace and quirks sysctl
> > parameters, since I have it compiled into the kernel.
> 
> Aren't uvcvideo module parameters available through 
> /sys/modules/uvcvideo/parameters/ even when uvcvideo is compiled in ?

It seems to be /sys/module/uvcvideo/parameters/ (note "module" vs.
"modules"). And indeed, compiled-in features also seem to support this
interface.

And it is very funky. You actually don't need to rmmod && insmod
modules to change parameters, you just "cat" the value into that
interface. If the module is programmed as such (and uvcvideo is, IIRC),
the module will pick it up automatically.

rmmod is way too complicated! :-)

Moritz
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to