Skip to content
Snippets Groups Projects
Commit b8b56d38 authored by Cosmin Tanislav's avatar Cosmin Tanislav
Browse files

sm8350-common: remove fts exception from vendor modprobe

parent ecae802d
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ for MODULE in ${MODULES}; do
echo "Xiaomi Wifi:" ${MODULE}
elif [ ${MODULE} == "cnss2" ]; then
echo "Xiaomi Wifi:" ${MODULE}
elif [ ${MODULE} == "fts_touch_spi" ]; then
echo "xiaomi fts:" ${MODULE}
else
${MODPROBE} -a -b -d ${MODULES_PATH} ${MODULE} &
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment