Merge "init.qcom.usb: Disable RNDIS UL aggregation on MSM8994"

This commit is contained in:
Linux Build Service Account 2014-08-26 22:50:33 -07:00 committed by Gerrit - the friendly Code Review server
commit 70431b2352
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,8 @@ case "$target" in
;;
"msm8994")
echo BAM2BAM_IPA > /sys/class/android_usb/android0/f_rndis_qc/rndis_transports
echo 1 > /sys/class/android_usb/android0/f_rndis_qc/max_pkt_per_xfer # Disable RNDIS UL aggregation
;;
esac
#