From c827f4ca8427879aad6594430ed2586a1ab3c8bc Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sat, 20 Jun 2009 09:50:39 -0300 Subject: [PATCH] --- yaml --- r: 161471 b: refs/heads/master c: 6ace40effd34331a604c5eeae90838cf8dd7eb8f h: refs/heads/master i: 161469: b7ea793836856fa098f883498cedc5bc111f119e 161467: 34e5a8359eccc02d39130a5a3256066d2f459040 161463: e586a47d3d867d6e191f36187755220cbe012f3e 161455: d410dfaa1441e012b96d4e5a0278e0f8691a0824 161439: 9c31fa783cd34bcbfce89f18057f1419ac2e6ec4 161407: b7d802bfcaee934c6a9c2ce31027a00802368b6b v: v3 --- [refs] | 2 +- trunk/include/linux/videodev2.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index dd19a04980f6..44f0a1540844 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8db6d633be17a1ed3459dbc0d4d43c4238ccf082 +refs/heads/master: 6ace40effd34331a604c5eeae90838cf8dd7eb8f diff --git a/trunk/include/linux/videodev2.h b/trunk/include/linux/videodev2.h index 22fc99d58d34..293ba181f95a 100644 --- a/trunk/include/linux/videodev2.h +++ b/trunk/include/linux/videodev2.h @@ -252,10 +252,12 @@ struct v4l2_capability { #define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */ #define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000200 /* Can do video output overlay */ #define V4L2_CAP_HW_FREQ_SEEK 0x00000400 /* Can do hardware frequency seek */ +#define V4L2_CAP_RDS_OUTPUT 0x00000800 /* Is an RDS encoder */ #define V4L2_CAP_TUNER 0x00010000 /* has a tuner */ #define V4L2_CAP_AUDIO 0x00020000 /* has audio support */ #define V4L2_CAP_RADIO 0x00040000 /* is a radio device */ +#define V4L2_CAP_MODULATOR 0x00080000 /* has a modulator */ #define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */ #define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */