freebsd-ports/multimedia/webcamd/files/patch-dvb_frontend.h
Koop Mast 60c34f64c1 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]
2010-04-29 21:47:35 +00:00

11 lines
404 B
C

--- 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)
/**