diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-05-16 21:12:47 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-05-16 21:12:47 -0500 |
commit | 8c366f223d8db7143ef7c458f0503655af5716b6 (patch) | |
tree | c39c20219628e80e35497c9c32bf8bf1f0ec12bb /pm/sleep.d/Makefile.am | |
parent | 57d53b3bcb4aa218a63b48d14dc5ca0a1caad99a (diff) |
Split smart kernel video driver handling to a different hook.
The new 98-smart-kernel-video hook just disables 99video outright if we are
running a video driver that is spart enough to handle its own quirks.
Diffstat (limited to 'pm/sleep.d/Makefile.am')
-rw-r--r-- | pm/sleep.d/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pm/sleep.d/Makefile.am b/pm/sleep.d/Makefile.am index 4555fe6..5a9693c 100644 --- a/pm/sleep.d/Makefile.am +++ b/pm/sleep.d/Makefile.am @@ -12,6 +12,7 @@ sleep_SCRIPTS = \ 90clock \ 94cpufreq \ 95led \ + 98smart-kernel-video \ 99video EXTRA_DIST=$(sleep_SCRIPTS) |