summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-01Moved video-specific option processing to 99video.Victor Lowther2-18/+23
2008-03-01first pass at using run-hooks to get help info.Victor Lowther1-15/+8
2008-03-01Add help function to 99video.Victor Lowther1-7/+19
2008-03-01arrgh -- forgot to remove 20video from Makefile.amVictor Lowther1-1/+0
2008-03-01Aesthetic cleanup to the quirk-handling code.Victor Lowther1-37/+32
2008-03-01Shortened quirk environment varialbe names.Victor Lowther2-44/+31
2008-03-01Replace if statements with command chaining in 99video.Victor Lowther1-25/+15
2008-03-01Add a quirk helper function to start cleaning up the ugly if mess in 99video.Victor Lowther1-11/+16
2008-03-01Rearrange quirk handling to bring it in line with s2ram.Victor Lowther1-10/+10
2008-02-29Save framebuffer state after saving videostate.Victor Lowther1-1/+1
2008-02-27Modified acpi_flag setting to use arithmetic expansion.Victor Lowther1-10/+4
2008-02-27Modified 99video to use savestate/restorestate to save and restore VBE state.Victor Lowther1-4/+4
2008-02-27Made savestate and restorestate in functions.in orthogonal.Victor Lowther1-2/+12
2008-02-27Added support for DISPLAY_QUIRK_NONE to pm-action.in.Victor Lowther1-0/+3
2008-02-27Added support in the video hook for DISPLAY_QUIRK_NONE.Victor Lowther1-0/+2
2008-02-27Folded 20video functionality into 99video and deleted 20video.Victor Lowther2-67/+37
2008-02-23Merge branch 'master' into stabilizatonVictor Lowther2-2/+2
2008-02-19Merge branch 'vlowther-fix-broken-hook-sort'Victor Lowther1-2/+2
2008-02-19Fix broken sorting in run_hooks.Victor Lowther1-2/+2
2008-02-19rename obsolete onfigure.in -> configure.ac - no other changesRichard Hughes1-0/+0
2008-02-16Merge branch 'master' into stabilizatonVictor Lowther14-112/+127
2008-02-16Replace -O with -f where appropriateMichael Biebl1-11/+10
2008-02-16Fix inverse file owner check in init_logfile()Michael Biebl1-1/+1
2008-02-16Clean up generated files and put *.in files in the tarball.Michael Biebl3-38/+26
2008-02-16Add safety checks for *_fbcon()Michael Biebl1-0/+2
2008-02-16Consistently use tabs for indentation.Michael Biebl5-37/+37
2008-02-1699video had a missing closing bracket.Michael Biebl9-26/+54
2008-02-16Removed redundant call to exit in pm-is-supported.Victor Lowther1-3/+1
2008-02-16Removed redundant exit call in pm-action.inVictor Lowther1-2/+0
2008-02-16Our version of on_ac_power does not return 255.Victor Lowther1-8/+0
2008-02-16Get rid of redundant calls to exit in 99videoVictor Lowther1-2/+0
2008-02-16Modify 95led to exit $NA where applicable.Victor Lowther1-2/+2
2008-02-16Modify 94cpufreq to exit $NA where applicable.Victor Lowther1-5/+2
2008-02-16Modify 90clock to exit $NA when applicable.Victor Lowther1-3/+1
2008-02-16Get rid of redundant calls to exit.Victor Lowther1-4/+2
2008-02-16Modify 50modules to return $NA of there are no modules to unload.Victor Lowther1-4/+2
2008-02-16Modify 49bluetooth to exit $NA where applicable.Victor Lowther1-4/+2
2008-02-16Get rid of redundant calls to exit.Victor Lowther1-3/+1
2008-02-16Modify 10NetworkManager to exit $NA where applicable.Victor Lowther1-4/+2
2008-02-16Modify 05led to exit $NA where applicable.Victor Lowther1-4/+2
2008-02-16Fix up 01grub to exit $NA when the hook is not applicable.Victor Lowther1-8/+6
2008-02-16Get rid of redundant call to exit in 00logging.Victor Lowther1-2/+0
2008-02-16Get rid of redundant call to exit.Victor Lowther1-4/+0
2008-02-16Display hook exit statuses on the logfile.Victor Lowther1-0/+10
2008-02-13More descriptive autogen output for missing autotoolsDan Nicholson1-0/+7
2008-02-13Much simpler autogen.sh for our needsDan Nicholson1-88/+7
2008-02-13Added a readme describing how to use s2ram/s2both's internal video quirk hand...Victor Lowther1-0/+6
2008-02-12Fix thinko in 99video w.r.t framebuffer console states.Victor Lowther1-1/+1
2008-02-12This patch adds framebuffer console handling routines.Victor Lowther1-0/+16
2008-02-11Moved the SLEEP_FUNCTIONS declaration to after where we load defaults.Victor Lowther1-1/+2