r5u870

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

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

Woops, forgot to /disable/ debugging by default. :)


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

Diffstat:
Mdebug.mk | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debug.mk b/debug.mk @@ -1 +1,2 @@ -EXTRA_CFLAGS += -DCONFIG_USB_USBCAM_DEBUG +# Uncomment this to enable debugging. +# EXTRA_CFLAGS += -DCONFIG_USB_USBCAM_DEBUG