summaryrefslogtreecommitdiff
path: root/pm/sleep.d/99video
AgeCommit message (Expand)AuthorFilesLines
2009-12-10Fix pci-save vs save-pci related typosChristian Krause1-3/+3
2009-12-10[PATCH] Fix vga-mode-3 typo in video hooksTormod Volden1-2/+2
2009-11-08Don't err out in maybe_deallocvt if there is no console stateMichael Biebl1-1/+1
2009-05-06Update places where we check for booleans to use is_setVictor Lowther1-4/+4
2009-04-03Move chvt handling into 99videoVictor Lowther1-3/+19
2008-10-07Reset acpi_video_flags before suspend.Michael Biebl1-3/+1
2008-10-05Always reset acpi video flags in 99video on resumeVictor Lowther1-0/+2
2008-09-09Added support for the nofb and pci_save HAL quirks.Victor Lowther1-1/+37
2008-05-16Split smart kernel video driver handling to a different hook.Victor Lowther1-18/+0
2008-05-16Added support for vbe post with a romfileVictor Lowther1-1/+8
2008-05-16Added support in 99video to check for a "smart enough" kernel video driverVictor Lowther1-0/+17
2008-05-10Added special-casing of mode 3 in vbe_restoremodeVictor Lowther1-1/+10
2008-05-07Fix vbe mode restore bugVictor Lowther1-1/+1
2008-03-29Comment fixups in preperation for release.Victor Lowther1-0/+5
2008-03-20Avoid incorrect exit code 1 failure messages in the log.Victor Lowther1-0/+1
2008-03-19Merge branch 'master' into vlowther-stabilization-bugfixesVictor Lowther1-3/+3
2008-03-19Rewrite fix for suspend_hybrid in a more elegant fashionVictor Lowther1-1/+1
2008-03-17Mask out acpi_sleep settings when --quirk-none is passed.Victor Lowther1-3/+3
2008-03-07Fix a quirk parsing in 99video.Michael Biebl1-3/+1
2008-03-06Revert "Even shorter quirk environment variable names."Victor Lowther1-23/+23
2008-03-01Merge branch 'vlowther-video-merge' into vlowther-hook-option-processingVictor Lowther1-2/+2
2008-03-01Merge branch 'master' into vlowther-video-mergeVictor Lowther1-1/+1
2008-03-01We were not handing the suspend_hybrid case correctly this whole time.Victor Lowther1-1/+1
2008-03-01Even shorter quirk environment variable names.Victor Lowther1-23/+23
2008-03-01Cleaned up output for --helpVictor Lowther1-0/+1
2008-03-01Moved video-specific option processing to 99video.Victor Lowther1-0/+20
2008-03-01Add help function to 99video.Victor Lowther1-7/+19
2008-03-01Aesthetic cleanup to the quirk-handling code.Victor Lowther1-37/+32
2008-03-01Shortened quirk environment varialbe names.Victor Lowther1-14/+14
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-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 Lowther1-0/+37
2008-02-16Merge branch 'master' into stabilizatonVictor Lowther1-4/+12
2008-02-16Add safety checks for *_fbcon()Michael Biebl1-0/+2
2008-02-1699video had a missing closing bracket.Michael Biebl1-4/+10
2008-02-16Get rid of redundant calls to exit in 99videoVictor Lowther1-2/+0
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-09Minor quotation fixes in 99videoVictor Lowther1-5/+5
2008-02-02Modified hooks to source $PM_FUNCTIONS instead of /usr/lib/pm-utils/functionsVictor Lowther1-1/+1
2008-01-31CPUfreq fixups:Victor Lowther1-6/+5
2008-01-30Actually fix typo in 99videoVictor Lowther1-1/+1
2008-01-29Use the command_exists utility function instead ofVictor Lowther1-2/+2
2008-01-28This patch got rid of one usage of the usleep function. usleep isMichael Biebl1-1/+1
2008-01-28Make condition checking in (20|99)video POSIX compliant, and modifyVictor Lowther1-25/+18