mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-11 01:31:55 +02:00
fix minor compile issues with spca5xx
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4572 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
898b3b3074
commit
7c84941e8e
@ -37,6 +37,8 @@ define Build/Compile
|
|||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
KERNELVERSION="$(KERNEL)" \
|
KERNELVERSION="$(KERNEL)" \
|
||||||
|
KERNEL_VERSION="$(LINUX_VERSION)" \
|
||||||
|
KERNELDIR="$(LINUX_DIR)" \
|
||||||
SUBDIRS="$(PKG_BUILD_DIR)" \
|
SUBDIRS="$(PKG_BUILD_DIR)" \
|
||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
14
package/spca5xx/patches/02-seq_bug.patch
Normal file
14
package/spca5xx/patches/02-seq_bug.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -Nur spca5xx-20060501/drivers/usb/spca5xx.c.orig spca5xx-20060501/drivers/usb/spca5xx.c
|
||||||
|
--- spca5xx-20060501/drivers/usb/spca5xx.c.orig 2006-08-16 11:56:33.000000000 -0700
|
||||||
|
+++ spca5xx-20060501/drivers/usb/spca5xx.c 2006-08-16 11:55:41.000000000 -0700
|
||||||
|
@@ -1092,8 +1092,8 @@
|
||||||
|
// spca50x->avg_lum, spca50x->avg_lum);
|
||||||
|
for (i = 0; i < SPCA50X_NUMFRAMES; i++) {
|
||||||
|
out += sprintf(out, "frame : %d\n", i);
|
||||||
|
- out +=
|
||||||
|
- sprintf(out, " sequence : %d\n", spca50x->frame[i].seq);
|
||||||
|
+// out +=
|
||||||
|
+// sprintf(out, " sequence : %d\n", spca50x->frame[i].seq);
|
||||||
|
out +=
|
||||||
|
sprintf(out, " grabstate : %d\n",
|
||||||
|
spca50x->frame[i].grabstate);
|
Loading…
x
Reference in New Issue
Block a user