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:
parent
4d9f0ef903
commit
53353be804
|
@ -193,6 +193,8 @@ case "$target" in
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
"msm8994")
|
||||
echo BAM2BAM_IPA > /sys/class/android_usb/android0/f_rndis_qc/rndis_transports
|
||||
esac
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue