aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/webcamd/files
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2010-04-30 05:47:35 +0800
committerkwm <kwm@FreeBSD.org>2010-04-30 05:47:35 +0800
commit9a1245e63f98ff95330aa6dcf6ec421b093c6a72 (patch)
treeaeb210bc89e1c670521af6e0810427522590f3fd /multimedia/webcamd/files
parentf4f19ba2e750e4f282adf7b5431d82e70e1a9d3f (diff)
downloadfreebsd-ports-gnome-9a1245e63f98ff95330aa6dcf6ec421b093c6a72.tar.gz
freebsd-ports-gnome-9a1245e63f98ff95330aa6dcf6ec421b093c6a72.tar.zst
freebsd-ports-gnome-9a1245e63f98ff95330aa6dcf6ec421b093c6a72.zip
Update to 0.1.10.
Add more drivers. Fix double buffering of BULK transfers. Fix incorrectly defined FE_GET_PROPERTY ioctl for which the workaround as used in the Linux drivers doesn't work on FreeBSD; more details in this thread: http://lists.freebsd.org/pipermail/freebsd-multimedia/2010-April/010958.html [1] Submitted by: Hans Petter Selasky <hselasky@c2i.net> (maintainer) Juergen Lock <nox@jelal.kn-bremen.de> [1]
Diffstat (limited to 'multimedia/webcamd/files')
-rw-r--r--multimedia/webcamd/files/patch-dvb_frontend.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/webcamd/files/patch-dvb_frontend.h b/multimedia/webcamd/files/patch-dvb_frontend.h
new file mode 100644
index 000000000000..e81a804f1a55
--- /dev/null
+++ b/multimedia/webcamd/files/patch-dvb_frontend.h
@@ -0,0 +1,11 @@
+--- v4l-dvb/linux/include/linux/dvb/frontend.h.orig 2010-03-19 03:47:27.000000000 +0100
++++ v4l-dvb/linux/include/linux/dvb/frontend.h 2010-04-15 13:00:04.000000000 +0200
+@@ -373,7 +373,7 @@
+ };
+
+ #define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties)
+-#define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties)
++#define FE_GET_PROPERTY _IOW('o', 83, struct dtv_properties)
+
+
+ /**