Merge "qcom: hsic: Unbind the unused HSIC on msm8226"

This commit is contained in:
Linux Build Service Account 2013-10-28 15:36:39 -07:00 committed by Gerrit - the friendly Code Review server
commit 4e97835058
1 changed files with 7 additions and 0 deletions

View File

@ -142,6 +142,13 @@ case "$target" in
echo "msm_hsic_host" > /sys/bus/platform/drivers/xhci_msm_hsic/unbind
fi
;;
"msm8226")
if [ -e /sys/bus/platform/drivers/msm_hsic_host ]; then
if [ ! -L /sys/bus/usb/devices/1-1 ]; then
echo msm_hsic_host > /sys/bus/platform/drivers/msm_hsic_host/unbind
fi
fi
;;
esac
#