2020-02-18 02:02:33 -06:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
if [[ -d /sys/devices/platform/SMF.512/hwmon/ ]]; then
|
|
|
|
cd /sys/devices/platform/SMF.512/hwmon/*
|
|
|
|
echo 0xcc > mb_poweron_reason
|
|
|
|
fi
|
2020-04-28 15:16:19 -05:00
|
|
|
/usr/local/bin/s6100_i2c_enumeration.sh deinit & > /dev/null
|