overlay: Add config for usb-moded
Add information about USB vendor & product IDs. Information is taken from /vendor/etc/init/hw/init.qcom.usb.rc (after umounting the bind-mount on top). Also disable usb-moded's rescue mode since this port is now bootable on Focal (which fixes MTP & ADB upon boot without having to replug).
This commit is contained in:
		@@ -0,0 +1,7 @@
 | 
			
		||||
IDVENDOR=05C6
 | 
			
		||||
IDPRODUCT_MTP=901B
 | 
			
		||||
IDPRODUCT_MTP_ADB=903A
 | 
			
		||||
IDPRODUCT_RNDIS=F00E
 | 
			
		||||
IDPRODUCT_RNDIS_ADB=9024
 | 
			
		||||
# Disable usb-moded's rescue mode.
 | 
			
		||||
USB_MODED_ARGS=
 | 
			
		||||
		Reference in New Issue
	
	Block a user