From 53353be804daac67cdc34ee072b17b15bc3e0d1a Mon Sep 17 00:00:00 2001 From: Jack Pham Date: Wed, 4 Jun 2014 15:19:23 -0700 Subject: [PATCH] common: init.qcom.usb: Configure BAM2BAM_IPA for RNDIS on MSM8994 For MSM8994 targets, RNDIS is enabled with BAM-to-BAM to IPA for the datapath. Set the transport type accordingly, which allows the USB composite driver to choose the f_qc_rndis driver that supports this. Change-Id: I2a22bff2042801f43eca323d9bedd43469998190 --- rootdir/etc/init.qcom.usb.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootdir/etc/init.qcom.usb.sh b/rootdir/etc/init.qcom.usb.sh index be7c223c..b2811897 100644 --- a/rootdir/etc/init.qcom.usb.sh +++ b/rootdir/etc/init.qcom.usb.sh @@ -193,6 +193,8 @@ case "$target" in fi fi ;; + "msm8994") + echo BAM2BAM_IPA > /sys/class/android_usb/android0/f_rndis_qc/rndis_transports esac #