From 16f4589abfbefe8bf658f48b47534fe514347382 Mon Sep 17 00:00:00 2001 From: Avichal Rakesh Date: Thu, 19 Jan 2023 19:24:40 -0800 Subject: Usb: Add UVC support to UsbManager and UsbDeviceManager This CL adds support for UVC gadget function in USB System service. Bug: 242344221 Test: Manually tested that the UVC function can be enabled when needed. API-Coverage-Bug: 267667903 Change-Id: Ifd93f065426a224274ec39f53366dd6e3fee0bfa --- proto/src/system_messages.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proto/src') diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 12e722601e25..12a82300dba2 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -306,6 +306,10 @@ message SystemMessage { // Package: android NOTE_BT_APM_NOTIFICATION = 74; + // Inform that USB is configured as a Universal Video Class gadget + // Package: android + NOTE_USB_UVC = 75; + // ADD_NEW_IDS_ABOVE_THIS_LINE // Legacy IDs with arbitrary values appear below // Legacy IDs existed as stable non-conflicting constants prior to the O release -- cgit v1.2.3-59-g8ed1b