remove usb/bind & usb/unbind from SXMO_SYS_FILES

I believe these were used in the early days of sxmo to reset the
connection to the modem. eg25-manager now handles this.

Signed-off-by: Peter John Hartman <peterjohnhartman@gmail.com>
This commit is contained in:
ArenM
2022-11-04 16:02:17 -04:00
committed by Peter John Hartman
parent 95c3ce8262
commit 2e84d9ce9a
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ fi
# the defaults are best guesses
# users can override this in sxmo_deviceprofile_mydevice.sh
files="${SXMO_SYS_FILES:-"/sys/power/state /sys/power/mem_sleep /sys/bus/usb/drivers/usb/unbind /sys/bus/usb/drivers/usb/bind /dev/rtc0"}"
files="${SXMO_SYS_FILES:-"/sys/power/state /sys/power/mem_sleep /dev/rtc0"}"
for file in $files; do
[ -e "$file" ] && chmod a+rw "$file"