r5u870

Ricoh R5U870 Linux Driver
git clone https://logand.com/git/r5u870.git/
Log | Files | Refs | README | LICENSE

commit 1b8fa63239ee41440d2b1b6d0223d766379a3867
parent d4afefde24b00b653b74f8cde5eec03bc17ff880
Author: alex <alex@022568fa-442e-4ef8-a3e8-54dcafdb011a>
Date:   Sat, 12 Apr 2008 21:27:24 +0000

Removed separate debug.mk file; just uncomment the line instead of 
replacing the file.


git-svn-id: http://svn.mediati.org/svn/r5u870/trunk@76 022568fa-442e-4ef8-a3e8-54dcafdb011a

Diffstat:
MREADME | 8++------
Mdebug.mk | 2+-
Ddebug.mk.orig | 1-
3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/README b/README @@ -89,8 +89,8 @@ insmod r5u870.ko Debugging ========= -If you would like to enable debugging, please copy the debug.mk.orig file -over the top of debug.mk, and rebuild the modules. +If you would like to enable debugging, please uncomment the line found +in debug.mk, and recompile. Driver Options ============== @@ -114,10 +114,6 @@ video_nr -- list of favored minor numbers associate devices with, in order, before resorting to the first available minor number. -debug -- bit field integer - Set bits described in usbcam.h (USBCAM_DBG_XXX) to enable trace - messages. - fixed_fbsize -- integer Sets the size in bytes of fixed-length frame buffers. The default value is 1MB. This is a compatibilty feature for buggy programs diff --git a/debug.mk b/debug.mk @@ -1 +1 @@ - +EXTRA_CFLAGS += -DCONFIG_USB_USBCAM_DEBUG diff --git a/debug.mk.orig b/debug.mk.orig @@ -1 +0,0 @@ -EXTRA_CFLAGS += -DCONFIG_USB_USBCAM_DEBUG