diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-03 03:08:19 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-14 18:46:02 -0400 |
commit | 3eef25107cab65a1158b11ba373fb9b4fc25b4b8 (patch) | |
tree | ab964c2868826e14c4a8ccf83f4e6703d4b97402 /include/uapi/linux/videodev2.h | |
parent | cd634f1bfc182e564f33809fdca33027bb99fceb (diff) |
[media] v4l2: drop V4L2_CHIP_MATCH_SUBDEV_NAME
After using the new VIDIOC_DBG_G_CHIP_NAME ioctl I realized that the matching
by name possibility is useless. Just drop it and rename MATCH_SUBDEV_IDX to
just MATCH_SUBDEV.
The v4l2-dbg utility is much better placed to match by name by just enumerating
all bridge and subdev devices until chip_name.name matches.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/uapi/linux/videodev2.h')
-rw-r--r-- | include/uapi/linux/videodev2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index e9c49c5e6416..4c941c103c44 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
@@ -1812,8 +1812,7 @@ struct v4l2_event_subscription { | |||
1812 | #define V4L2_CHIP_MATCH_I2C_DRIVER 1 /* Match against I2C driver name */ | 1812 | #define V4L2_CHIP_MATCH_I2C_DRIVER 1 /* Match against I2C driver name */ |
1813 | #define V4L2_CHIP_MATCH_I2C_ADDR 2 /* Match against I2C 7-bit address */ | 1813 | #define V4L2_CHIP_MATCH_I2C_ADDR 2 /* Match against I2C 7-bit address */ |
1814 | #define V4L2_CHIP_MATCH_AC97 3 /* Match against anciliary AC97 chip */ | 1814 | #define V4L2_CHIP_MATCH_AC97 3 /* Match against anciliary AC97 chip */ |
1815 | #define V4L2_CHIP_MATCH_SUBDEV_NAME 4 /* Match against subdev name */ | 1815 | #define V4L2_CHIP_MATCH_SUBDEV 4 /* Match against subdev index */ |
1816 | #define V4L2_CHIP_MATCH_SUBDEV_IDX 5 /* Match against subdev index */ | ||
1817 | 1816 | ||
1818 | struct v4l2_dbg_match { | 1817 | struct v4l2_dbg_match { |
1819 | __u32 type; /* Match type */ | 1818 | __u32 type; /* Match type */ |