[Lunar-commits] r23207 - in moonbase/trunk/kernel: . gspcav1

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 9 17:32:27 CET 2007


Author: stumbles
Date: 2007-02-09 17:32:26 +0100 (Fri, 09 Feb 2007)
New Revision: 23207

Added:
   moonbase/trunk/kernel/gspcav1/
   moonbase/trunk/kernel/gspcav1/BUILD
   moonbase/trunk/kernel/gspcav1/DETAILS
Log:

Initial import. Seems the spca5xx won't build on newer 2.6
kernels, the build starts with "linux/config.h: No such file
or directory" then eventually fails.

This one from the same guy will build kernels newer than 2.6.11.

Tested with a 046d:08a2 Logitech, Inc. Labtec WebCam Pro.



Added: moonbase/trunk/kernel/gspcav1/BUILD
===================================================================
--- moonbase/trunk/kernel/gspcav1/BUILD	                        (rev 0)
+++ moonbase/trunk/kernel/gspcav1/BUILD	2007-02-09 16:32:26 UTC (rev 23207)
@@ -0,0 +1,6 @@
+(
+
+  make clean &&
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/kernel/gspcav1/DETAILS
===================================================================
--- moonbase/trunk/kernel/gspcav1/DETAILS	                        (rev 0)
+++ moonbase/trunk/kernel/gspcav1/DETAILS	2007-02-09 16:32:26 UTC (rev 23207)
@@ -0,0 +1,15 @@
+          MODULE=gspcav1
+         VERSION=20070110
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://mxhaard.free.fr/spca50x/Download/
+      SOURCE_VFY=sha1:01c6b137d9d2e37a9654573202511a6ff54675e1
+        WEB_SITE=http://mxhaard.free.fr/download.html
+         ENTERED=20070209
+         UPDATED=20070209
+           SHORT="A Linux driver for many webcams"
+cat << EOF
+This kernel driver is for 2.6.11 and newer kernels. Supports many
+classic usb webcams based on zoran chipsets. It was completely
+engineered using reverse-engineering techniques. For supported
+models visit http://mxhaard.free.fr/spca5xx.html
+EOF



More information about the Lunar-commits mailing list