summaryrefslogtreecommitdiff
path: root/packages/gspcav1/files
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-11 16:19:56 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-11 16:19:56 +0000
commit8abb2a0626641b7be5037d76e63e7ddadca87517 (patch)
tree4eb3381da247257c6915eb8c2555e61af1636032 /packages/gspcav1/files
parent5efeb5d9a2b75be4bd69df1e87d84c11229fcc70 (diff)
parentc2c7686b5bff9de5a423ac7d79ba9a910253d486 (diff)
merge of '239bf9442698f4db4f07daf718bd532f57820a9a'
and 'c0c18499bc6e8b5a120c2a0fb0abac48a79dbf54'
Diffstat (limited to 'packages/gspcav1/files')
-rw-r--r--packages/gspcav1/files/.mtn2git_empty0
-rw-r--r--packages/gspcav1/files/MS.patch29
-rw-r--r--packages/gspcav1/files/Makefile.patch11
3 files changed, 40 insertions, 0 deletions
diff --git a/packages/gspcav1/files/.mtn2git_empty b/packages/gspcav1/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gspcav1/files/.mtn2git_empty
diff --git a/packages/gspcav1/files/MS.patch b/packages/gspcav1/files/MS.patch
new file mode 100644
index 0000000000..588a4bc3da
--- /dev/null
+++ b/packages/gspcav1/files/MS.patch
@@ -0,0 +1,29 @@
+--- gspcav1-20070110/gspca_core.c.orig 2007-03-16 23:24:37.000000000 +0000
++++ gspcav1-20070110/gspca_core.c 2007-03-16 23:24:43.000000000 +0000
+@@ -398,7 +398,7 @@
+ Sonyc002,
+ Vimicro0321,
+ Orbicam,
+- M$VX1000,
++ MSVX1000,
+ Trust610LCDPowerCamZoom,
+ Sonyc001,
+ LastCamera
+@@ -580,7 +580,7 @@
+ {Sonyc002,"Vc0321"},
+ {Vimicro0321,"Vc0321"},
+ {Orbicam,"Logitech Orbicam"},
+- {M$VX1000,"MicroSoft VX1000"},
++ {MSVX1000,"MicroSoft VX1000"},
+ {Trust610LCDPowerCamZoom, "Trust 610 LCD PowerC@m Zoom"},
+ {Sonyc001,"Sony Visual Communication VGP-VCC1"},
+ {-1, NULL}
+@@ -3124,7 +3124,7 @@
+ case 0x045e:
+ switch(product){
+ case 0x00f7:
+- spca50x->desc = M$VX1000;
++ spca50x->desc = MSVX1000;
+ spca50x->bridge = BRIDGE_SN9CXXX;
+ spca50x->sensor = SENSOR_OV7660;
+ spca50x->customid = SN9C105;
diff --git a/packages/gspcav1/files/Makefile.patch b/packages/gspcav1/files/Makefile.patch
new file mode 100644
index 0000000000..87262686cb
--- /dev/null
+++ b/packages/gspcav1/files/Makefile.patch
@@ -0,0 +1,11 @@
+--- gspcav1-20070110/Makefile.orig 2007-03-16 23:20:18.000000000 +0000
++++ gspcav1-20070110/Makefile 2007-03-16 23:20:44.000000000 +0000
+@@ -41,7 +41,7 @@
+ MODULE_INSTALLDIR2 = /lib/modules/$(KERNEL_VERSION)/kernel/drivers/media/video/
+
+ default:
+- $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC=$(CC) modules
++ $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC="$(CC)" modules
+
+ install:
+ mkdir -p $(MODULE_INSTALLDIR)