diff options
author | 2023-01-19 19:24:40 -0800 | |
---|---|---|
committer | 2023-02-03 17:38:19 -0800 | |
commit | 16f4589abfbefe8bf658f48b47534fe514347382 (patch) | |
tree | a45070ee47a4a10d4c9fb71554966018f86cc28b /proto/src | |
parent | e62ef4e15db86e6821331d4e261cb537604746a9 (diff) |
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
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/system_messages.proto | 4 |
1 files changed, 4 insertions, 0 deletions
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 |