#!/bin/bash

# first get helper functions (e.g. DEBUG, load_scheme, ...)
. "/usr/lib/powersave/scripts/helper_functions"
. "/usr/lib/powersave/scripts/sleep_helper_functions"

set_variables "standby"

EV_ID="$4"

echo "========we are back from suspend, cleaning up.========" >> $LSMOD_LOG
restore_after_sleep "standby"

echo "===============================" >> $LSMOD_LOG
echo "restore_after_standby: finished" >> $LSMOD_LOG

exit 0
