60c34f64c1
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]
11 lines
404 B
C
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)
|
|
|
|
|
|
/**
|