The patch number 8215 was added via Thierry MERLE <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Hans de Goede  <j.w.r.degoede at hhs.nl>
v4l2-library: libv4l1 and v4l1compat


libv4l1 is the base of the v4l1compat.so wrapper lib, which is a .so
      which can be LD_PRELOAD-ed and the overrules the libc's open/close/etc,
      and when opening /dev/videoX calls v4l1_open.

Signed-off-by: Hans de Goede <j.w.r.degoede at hhs.nl>
Signed-off-by: Thierry MERLE <[EMAIL PROTECTED]>


---

 v4l2-apps/lib/libv4l/include/libv4l1.h      |   67 +
 v4l2-apps/lib/libv4l/libv4l1/Makefile       |   53 +
 v4l2-apps/lib/libv4l/libv4l1/libv4l1-priv.h |   74 +
 v4l2-apps/lib/libv4l/libv4l1/libv4l1.c      |  825 ++++++++++++++++++++
 v4l2-apps/lib/libv4l/libv4l1/log.c          |  138 +++
 v4l2-apps/lib/libv4l/libv4l1/v4l1compat.c   |   88 ++
 6 files changed, 1245 insertions(+)

<diff discarded since it is too big>

---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/055a5f35b132a392d3c9365befe36baf47877908

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to