device_google_gs101/usb/gadget
Avichal Rakesh eafdae6687 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: I5ba45ebb11d265b843dfde21407bc5bab1d070c9
2023-02-06 21:20:59 +00:00
..
Android.bp Use AIDL utils in GadgetHAL 2023-01-19 17:40:18 -08:00
android.hardware.usb.gadget-service.rc Migrate IUsbGadget implementation to AIDL 2023-01-07 15:39:44 +08:00
android.hardware.usb.gadget-service.xml Migrate IUsbGadget implementation to AIDL 2023-01-07 15:39:44 +08:00
service_gadget.cpp Migrate IUsbGadget implementation to AIDL 2023-01-07 15:39:44 +08:00
UsbGadget.cpp UsbGadget: Add support for UVC function 2023-02-06 21:20:59 +00:00
UsbGadget.h Migrate IUsbGadget implementation to AIDL 2023-01-07 15:39:44 +08:00