summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-02-13 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-02-13 08:00:00 +0000
commit3f2ddf7419feda118ac670138a218b5ae73cf3eb (patch)
treef3955243925a164823aee0d7b32c609d8cc5307c
parent8b6e7f72c911b50973a66bd6eae0be9a3987fd3a (diff)
downloadstrace-3f2ddf7419feda118ac670138a218b5ae73cf3eb.tar.gz
xlat: update V4L2_CID_* constants
* src/xlat/v4l2_control_id_bases.in (V4L2_CID_USER_ISL7998X_BASE): New constant introduced by Linux kernel commit v5.18-rc1~153^2~82^2~6. (V4L2_CID_USER_DW100_BASE): New constant introduced by Linux kernel commit v6.1-rc1~130^2~98. (V4L2_CID_USER_ASPEED_BASE): New constant introduced by Linux kernel commit v6.2-rc1~125^2~249^2~12. * src/xlat/v4l2_control_ids.in (V4L2_CID_COLORFX_RGB): New constant introduced by Linux kernel commit v5.17-rc1~114^2~388. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/v4l2_control_id_bases.in3
-rw-r--r--src/xlat/v4l2_control_ids.in1
3 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5b71d60fb..81e21b114 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT
netlink attributes.
* Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*, LANDLOCK_*,
- MEMBARRIER_*, NFT_*, and NTF_* constants.
+ MEMBARRIER_*, NFT_*, NTF_*, and V4L2_CID_* constants.
* Updated lists of ioctl commands from Linux 6.2.
Noteworthy changes in release 6.1 (2022-12-12)
diff --git a/src/xlat/v4l2_control_id_bases.in b/src/xlat/v4l2_control_id_bases.in
index d0a5c5ba9..5a451bf0f 100644
--- a/src/xlat/v4l2_control_id_bases.in
+++ b/src/xlat/v4l2_control_id_bases.in
@@ -14,6 +14,9 @@ V4L2_CID_USER_ATMEL_ISC_BASE
V4L2_CID_USER_CODA_BASE
V4L2_CID_USER_CCS_BASE
V4L2_CID_USER_ALLEGRO_BASE
+V4L2_CID_USER_ISL7998X_BASE
+V4L2_CID_USER_DW100_BASE
+V4L2_CID_USER_ASPEED_BASE
V4L2_CID_CODEC_BASE
V4L2_CID_MPEG_CX2341X_BASE
V4L2_CID_MPEG_MFC51_BASE
diff --git a/src/xlat/v4l2_control_ids.in b/src/xlat/v4l2_control_ids.in
index da236163d..7019cecf8 100644
--- a/src/xlat/v4l2_control_ids.in
+++ b/src/xlat/v4l2_control_ids.in
@@ -43,6 +43,7 @@ V4L2_CID_MIN_BUFFERS_FOR_CAPTURE
V4L2_CID_MIN_BUFFERS_FOR_OUTPUT
V4L2_CID_ALPHA_COMPONENT
V4L2_CID_COLORFX_CBCR
+V4L2_CID_COLORFX_RGB
/* MPEG-class control IDs */
/* MPEG streams, specific to multiplexed streams */
V4L2_CID_MPEG_STREAM_TYPE