aboutsummaryrefslogtreecommitdiffstats
path: root/s2ram-x86.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-27s2ram: Support quirks from configuration fileRodolfo García Peñas1-6/+7
2011-03-04s2ram: Remove messages asking for reports from s2ram-x86.cRafael J. Wysocki1-8/+2
2010-01-03s2ram: Fix white space damaged by the previous commitRafael J. Wysocki1-4/+5
2010-01-03s2ram clean-upsRodolfo Garcia1-2/+2
2010-01-03Use a symbol instead of a hard coded value for array sizesRodolfo Garcia1-2/+0
2008-11-03Basic error checking to avoid a segfault when running as non-root userStefan Seyfried1-0/+5
2008-04-19Add static where possible.Pavel Machek1-6/+7
2008-04-18Fix a typo in s2ram_add_flags (pointed to by a compiler warning thatStefan Seyfried1-1/+1
2008-01-21Try to improve the machine reporting instructions...Stefan Seyfried1-2/+3
2007-12-19Add framebuffer suspension to s2ram, which should make s2ram more reliableStefan Seyfried1-1/+51
2007-09-13From: Alon Bar-Lev <alon.barlev@gmail.com>Rafael J. Wysocki1-0/+1
2007-08-15Patch from Alon Bar-Lev <alon.barlev@gmail.com> to replace the link toRafael J. Wysocki1-2/+2
2007-08-15Patch from Alon Bar-Lev <alon.barlev@gmail.com> to move main() from s2ram.cRafael J. Wysocki1-13/+1
2007-08-15Patch from Alon Bar-Lev <alon.barlev@gmail.com> to rename config.c toRafael J. Wysocki1-1/+1
2007-07-31Fix the acpi_video_flags setting.Stefan Seyfried1-1/+4
2007-07-19* Override the old acpi_video_flags with 0, if nothing is given (no "-a"Stefan Seyfried1-5/+11
2007-06-17Make s2ram --test exit with 0 in case of 'know' and 1 for 'unknown' or 'unsure'Tim Dijkstra1-1/+3
2007-06-01move s2ram_check() before machine_known(), because it is used in there now.Stefan Seyfried1-21/+21
2007-06-01- fix machine_known() to print out the used quirks againStefan Seyfried1-6/+11
2007-05-13This should have gone in the last commit 'split of x86 s2ram code'Tim Dijkstra1-18/+1
2007-05-13Split x86 specific parts of s2ram.[ch] to s2ram-x86.[ch]Tim Dijkstra1-0/+352