device_google_zuma/usb/gadget
Avichal Rakesh 5749b85397 UsbGadget: Add support for UVC function
UVC is a new USB function supported in Android. This CL adds UVC as a
valid function and gives it a new pid of 0x4ee[de]. UVC function is
guarded by the property `ro.usb.uvc.enabled`. When this property is set
to false, UVC won't be considered as a valid gadget function.

Bug: 242344221
Test: Manually tested that the UVC function is successfully configured
Change-Id: I5c2040a84ee8360b16c955403478d908fe109121
2023-09-06 13:33:49 -07:00
..
Android.bp Migrate IUsbGadget implementation to AIDL 2023-02-22 06:50:43 +00:00
android.hardware.usb.gadget-service.rc usb: add all i2c number 2023-04-07 15:26:49 +08:00
android.hardware.usb.gadget-service.xml Migrate IUsbGadget implementation to AIDL 2023-02-22 06:50:43 +00:00
service_gadget.cpp Migrate IUsbGadget implementation to AIDL 2023-02-22 06:50:43 +00:00
UsbGadget.cpp UsbGadget: Add support for UVC function 2023-09-06 13:33:49 -07:00
UsbGadget.h Add resetCb 2023-02-22 06:50:51 +00:00