H All,
The patch mentioned in the below mail fixes the following Github issue : https://github.com/oasis-tcs/virtio-spec/issues/148 [https://opengraph.githubassets.com/a59147e0e3c3726d3dae156ea99d0f24bbd48dfa7edbbb9e510fe25af1e29865/oasis-tcs/virtio-spec/issues/148]<https://github.com/oasis-tcs/virtio-spec/issues/148> Reserve device ID 43 for Camera Device · Issue #148 · oasis-tcs/virtio-spec<https://github.com/oasis-tcs/virtio-spec/issues/148> Please reserve device ID 43 for the Camera device as requested in https://lists.oasis-open.org/archives/virtio-dev/202210/msg00021.html github.com I would hereby request for a review from the TC. Best Regards, Hrishivarya ________________________________ From: [email protected] <[email protected]> Sent: Friday, October 14, 2022 4:18 PM To: [email protected] <[email protected]>; Hrishivarya Bhageeradhan <[email protected]> Subject: [PATCH] content: reserve device ID 43 for Camera device From: Hrishivarya Bhageeradhan <[email protected]> The virtio-camera device allows to stream a camera video with ability to change controls, formats and get camera captures. This patch is to reserve the next available device ID for virtio-camera. Signed-off-by: Hrishivarya Bhageeradhan <[email protected]> --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index e863709..91ba76c 100644 --- a/content.tex +++ b/content.tex @@ -2990,6 +2990,8 @@ \chapter{Device Types}\label{sec:Device Types} \hline 42 & RDMA device \\ \hline +43 & Camera device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, -- 2.25.1 Please mind our privacy notice<https://www.opensynergy.com/datenschutzerklaerung/privacy-notice-for-business-partners-pursuant-to-article-13-of-the-general-data-protection-regulation-gdpr/> pursuant to Art. 13 GDPR. // Unsere Hinweise zum Datenschutz gem. Art. 13 DSGVO finden Sie hier.<https://www.opensynergy.com/de/datenschutzerklaerung/datenschutzhinweise-fuer-geschaeftspartner-gem-art-13-dsgvo/>
