Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* exit disable_mesh if MN value is not setHEADmasterMartin Abente2011-03-021-1/+1
| | | | | | | | | Check if /ofw/mfg-data/MN value is not set in which case the script will just exit. Suggested by Bernie. Signed-off-by: Martin Abente <martin.abente.lahaye@gmail.com>
* exit disable_mesh if not xo 1v2Martin Abente2011-03-021-0/+6
| | | | | | | | | Check for the XO version to make sure is a XO 1 otherwise the script could run and loop forever. Hopefully this script will be removed for DX3. Signed-off-by: Martin Abente <martin.abente.lahaye@gmail.com>
* disable_mesh exit if already disabledMartin Abente2011-03-021-0/+5
| | | | | | | | | Apparently, powerd's postresume.d scripts are also called in other saving power situations. Therefore, the script was endlessly waiting for the mesh to be enable in order to re disable it. This patch add this new scenario to the script logic.
* Redisable mesh after suspend fixAnish Mangal2011-02-021-0/+36
Signed-off-by: Anish Mangal <anish@sugarlabs.org>