This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: cv4l-helpers.h: add missing helper functions
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Wed Jan 17 10:32:50 2024 +0100

This header was missing has_touch(), has_meta_cap() and has_meta_out().
Add these.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 utils/common/cv4l-helpers.h | 3 +++
 1 file changed, 3 insertions(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=2d0a47ad3e7db6e3ecd053dbcee772299eeb82ed
diff --git a/utils/common/cv4l-helpers.h b/utils/common/cv4l-helpers.h
index 397973b9c16f..77c6517a45d1 100644
--- a/utils/common/cv4l-helpers.h
+++ b/utils/common/cv4l-helpers.h
@@ -78,6 +78,9 @@ public:
        bool has_rds_out() const { return v4l_has_rds_out(this); }
        bool has_sdr_cap() const { return v4l_has_sdr_cap(this); }
        bool has_sdr_out() const { return v4l_has_sdr_out(this); }
+       bool has_touch() const { return v4l_has_touch(this); }
+       bool has_meta_cap() const { return v4l_has_meta_cap(this); }
+       bool has_meta_out() const { return v4l_has_meta_out(this); }
        bool has_hwseek() const { return v4l_has_hwseek(this); }
        bool has_rw() const { return v4l_has_rw(this); }
        bool has_streaming() const { return v4l_has_streaming(this); }
_______________________________________________
linuxtv-commits mailing list -- linuxtv-commits@linuxtv.org
To unsubscribe send an email to linuxtv-commits-le...@linuxtv.org
%(web_page_url)slistinfo/%(_internal_name)s

Reply via email to