From 36daa25b8bb50d321872d7e82e33f5946ccd0856 Mon Sep 17 00:00:00 2001 From: Sriharsha Allenki Date: Tue, 12 Nov 2019 14:23:11 +0530 Subject: [PATCH] init.qcom.usb.sh: Set USB default composition to 90DB This change makes 90DB (interfaces: diag,dun,rmnet,dpl,qdss,adb) as default usb composition on bengal. Change-Id: If83a356219f802e8960c7d341296f3a7b3641e68 --- rootdir/bin/init.qcom.usb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/bin/init.qcom.usb.sh b/rootdir/bin/init.qcom.usb.sh index 2947688c..4dbf0b07 100755 --- a/rootdir/bin/init.qcom.usb.sh +++ b/rootdir/bin/init.qcom.usb.sh @@ -105,7 +105,7 @@ if [ "$(getprop persist.vendor.usb.config)" == "" -a \ "sdm845" | "sdm710") setprop persist.vendor.usb.config diag,serial_cdev,rmnet,dpl,adb ;; - "msmnile" | "sm6150" | "trinket" | "lito" | "atoll") + "msmnile" | "sm6150" | "trinket" | "lito" | "atoll" | "bengal") setprop persist.vendor.usb.config diag,serial_cdev,rmnet,dpl,qdss,adb ;; *)