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
This commit is contained in:
Jack Pham 2014-06-04 15:19:23 -07:00 committed by Gerrit - the friendly Code Review server
parent 4d9f0ef903
commit 53353be804
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ case "$target" in
fi
fi
;;
"msm8994")
echo BAM2BAM_IPA > /sys/class/android_usb/android0/f_rndis_qc/rndis_transports
esac
#