Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
device_google_zuma
/
07f89b88fc2b6c0c88652bcfd02a5cc15d39d5cf
/
.
/
disable_contaminant_detection.sh
blob: 071496436226d255a6791df9f9ba9e9a534f64e3 [
file
] [
log
] [
blame
]
#!/vendor/bin/sh
for
f
in
/
sys
/
devices
/
platform
/
10cb0000.hsi2c
/
i2c
-*/*-
0025
;
do
if
[
-
d $f
];
then
echo
0
>
$f
/
contaminant_detection
;
fi
done