summaryrefslogtreecommitdiff
path: root/pm/sleep.d
AgeCommit message (Expand)AuthorFilesLines
2010-06-15Added informative messages to some of the sleep hooks.Victor Lowther4-12/+35
2010-06-05Add support for ext4 filesystems in journal_commit.Victor Lowther1-1/+1
2010-06-05Add help and configurability to most of the powersave hooks.Victor Lowther1-1/+1
2010-03-14Merge branch 'master' into pm-utils-1.3Victor Lowther2-3/+6
2010-02-15Small fix for 309fba58adaf8c57df6cb91411c81eae336e82dcMichael Biebl1-1/+1
2010-02-03Rename, for consistency's sakeMichael Biebl1-0/+0
2010-02-03Fix typo in regexp, replacing ; charRafał Miłecki1-1/+1
2010-02-03fix alternatives matching in native quirks DBMartin Pitt1-1/+1
2010-02-03fix usage of find_native()Martin Pitt1-0/+3
2010-02-03fix DMI attribute matchingMartin Pitt1-1/+1
2009-12-25chvt again when using nvidia binary driverVictor Lowther1-1/+0
2009-12-10Use --quirk-test to override the usual sanity checks.Victor Lowther1-4/+9
2009-12-10Update 98-video-quirk-db-handler to reflect recent bug fixesVictor Lowther1-4/+4
2009-12-10Merge branch 'pm-utils-1.2' into pm-utils-1.3Victor Lowther1-5/+5
2009-12-10Fix pci-save vs save-pci related typosChristian Krause2-4/+4
2009-12-10[PATCH] Fix vga-mode-3 typo in video hooksTormod Volden2-3/+3
2009-12-01Oops, spell nouveau correctly.Victor Lowther1-1/+1
2009-12-01Oops, actually cache the dmi variables again if we need to updateVictor Lowther1-0/+1
2009-12-01Add some documentation on native quirk handling.Victor Lowther1-41/+56
2009-11-30Some final fixups to make the built-in video quirk database handling work.Victor Lowther1-91/+86
2009-11-30Oops, forgot up update Makefile.amVictor Lowther2-45/+27
2009-11-16Extract out the bits that handle translating .fdi files into their ownVictor Lowther1-125/+0
2009-11-16Start merging native quirk handling functionality into pm-utilsVictor Lowther1-11/+8
2009-11-15Make pm-utils handle video quirks nativelyVictor Lowther3-178/+564
2009-11-12Add back have_smart_intelVictor Lowther1-1/+22
2009-11-08Don't err out in maybe_deallocvt if there is no console stateMichael Biebl1-1/+1
2009-11-07Merge commit 'remotes/UPSTREAM/master'Victor Lowther1-2/+1
2009-11-07Make kernel modesetting detection a little smarter.Victor Lowther1-24/+4
2009-07-01Update comment to reflect current stateMichael Biebl1-2/+1
2009-05-06Update places where we check for booleans to use is_setVictor Lowther2-5/+5
2009-04-17Fix typo in have_kms()Michael Biebl1-1/+1
2009-04-03We should not need to chvt when suspending using KMSVictor Lowther1-3/+4
2009-04-03Add KMS support to 98-smart-kernel-videoVictor Lowther1-27/+25
2009-04-03Move chvt handling into 99videoVictor Lowther3-24/+19
2008-12-15Fix broken quirk handling introduced by auto-quirk debugging change.Victor Lowther1-1/+1
2008-12-14Echo the quirks we got from HAL in 00auto-quirk.Victor Lowther1-3/+5
2008-12-05Do not try to make removed hookspm-utils-1.2.3Victor Lowther1-2/+0
2008-11-30Drop 50ntpdVictor Lowther1-28/+0
2008-11-30Drop 65alsa -- it is useless by itself.Victor Lowther1-19/+0
2008-11-3090clock takes over a second to run on suspend.Victor Lowther1-0/+2
2008-11-30Remove 55batteryVictor Lowther2-21/+0
2008-10-29Added dbus_send helper function.Victor Lowther2-5/+3
2008-10-07Reset acpi_video_flags before suspend.Michael Biebl1-3/+1
2008-10-06One last cleanup in 00auto-quirksMichael Biebl1-1/+1
2008-10-05Do not save quirks if we were inhibited.Victor Lowther1-0/+1
2008-10-05Always reset acpi video flags in 99video on resumeVictor Lowther1-0/+2
2008-10-05Numbers are also valid in quirks from lshal.Victor Lowther1-1/+1
2008-10-04Do not save generated .fdi in /tmpVictor Lowther1-2/+2
2008-09-27Fixed typo in 00auto-quirkVictor Lowther1-1/+1
2008-09-13Merge branch 'auto-quirks'Victor Lowther2-0/+89