History log of /bionic/libc/kernel/common/linux/videodev2.h
Revision Date Author Comments
86ec05acc9df3098c4e99e5b3ad85dcef66712c7 12-Sep-2012 Elliott Hughes <enh@google.com> Update the kernel headers to match external/kernel-headers.

Note that the Linux kernel handed over responsibility for most of the
socket constants to glibc some time ago. Someone had updated our
external/kernel-headers file but not regenerated the bionic headers,
so this change copies the missing stuff from the old bionic <linux/socket.h>
into <sys/socket.h>. This is what glibc does.

I've hacked a few of the other files to #include <sys/socket.h> for
backward compatibility, but even so this requires numerous other
changes to switch people over from direct inclusion of <linux/...> headers.

Change-Id: I0e4af64e631d3cef911a31d90f2f806e058278a0
3ad36e525f1e0c5c35c9e854e542acff48e515a8 27-Aug-2012 Iliyan Malchev <malchev@google.com> bionic: update sanitized MSM, V4L2 kernel headers

Change-Id: I4ca8835ff7a1d21f80a139b1d76ceacf82b48502
Signed-off-by: Iliyan Malchev <malchev@google.com>
3fc3b7fd94b7c787a0f22a638c91d88d35bb9071 08-Jul-2012 Ajay Dudani <adudani@codeaurora.org> Update msm headers for audio, camera, ion, charm, rmnet

Change-Id: I226a1c57b94ea542fa5f3ea081582d49b3b9a3d1
07a387e196920e2bf2ac972454347c50262b8574 02-Apr-2012 Dima Zavin <dima@android.com> libc/kernel: update cleaned v4l2 header

Change-Id: Ib3747b45eb1e4095cca3de6d7692387953e8c4a7
Signed-off-by: Dima Zavin <dima@android.com>
654325de026a2ca5b76b8b40e576c959d8211fdc 08-Mar-2012 Ben Cheng <bccheng@google.com> Update bionic kernel headers using update_all.py

Change-Id: I9c377436e9bf158e7236b3b7dcebf3e79fa961de
4b29af0a1b8b25b43e4c0cb9bf066c52f3add9bd 08-Mar-2012 Ben Cheng <bccheng@google.com> Revert "Update bionic kernel headers using update_all.py"

This reverts commit 94a85f663694e1869acb1c2e8a3c374a6fa3ab86

There is a smoke test failure for Prime but Crespo/Stingray are fine. Will revert the change for now until further investigation is made.
94a85f663694e1869acb1c2e8a3c374a6fa3ab86 07-Mar-2012 Ben Cheng <bccheng@google.com> Update bionic kernel headers using update_all.py

Change-Id: I4da6b23cdbce89445f1ca5d2fadeb23345ce694c
194d3fa048cf909ca592dd56fa538dc9cd3f5ddb 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
09131482e75920bf3edd0fe297b41e21ffcaceb6 17-Jul-2009 Rebecca Schultz Zavin <rebecca@android.com> Updating v4l2 headers from kernel

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
1dc9e472e19acfe6dc7f41e429236e7eef7ceda1 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
1767f908af327fa388b1c66883760ad851267013 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution