diff options
author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2020-04-13 23:21:58 +0200 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-04-15 13:39:57 +0000 |
commit | 0fc9209aaad3cff52b5cacd35c5e0c6fe0cfa97d (patch) | |
tree | d9aca79a22c439f9079a14e75dab9b6ac3caf82b | |
parent | 3192bae31ae04ac1c8001a3b949c421dc1789693 (diff) | |
download | strace-0fc9209aaad3cff52b5cacd35c5e0c6fe0cfa97d.tar.gz |
xlat: add V4L2_CID_USER_ATMEL_ISC_BASE to v4l2_control_id_bases
* xlat/v4l2_control_id_bases.in (V4L2_CID_USER_ATMEL_ISC_BASE): New
constant, introdued by Linux commit v5.7-rc1~193^2~219.
-rw-r--r-- | xlat/v4l2_control_id_bases.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlat/v4l2_control_id_bases.in b/xlat/v4l2_control_id_bases.in index a0f9ccae6..e2e68073a 100644 --- a/xlat/v4l2_control_id_bases.in +++ b/xlat/v4l2_control_id_bases.in @@ -24,6 +24,7 @@ V4L2_CID_USER_MAX217X_BASE (V4L2_CID_BASE | 0x1090) # undef V4L2_CID_USER_IMX_BASE #endif V4L2_CID_USER_IMX_BASE (V4L2_CID_BASE | 0x10b0) +V4L2_CID_USER_ATMEL_ISC_BASE (V4L2_CID_BASE | 0x10c0) V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900) V4L2_CID_MPEG_CX2341X_BASE (V4L2_CTRL_CLASS_MPEG | 0x1000) V4L2_CID_MPEG_MFC51_BASE (V4L2_CTRL_CLASS_MPEG | 0x1100) |