summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-12-01 20:39:03 -0600
committerVictor Lowther <victor.lowther@gmail.com>2009-12-01 20:39:03 -0600
commitc6b37b9a0d5f12b7067bf24627af19fed6bcde5a (patch)
treeb6914ac3a60dd828dd253d37681c3f972cb02407
parent51f39d7b0e2b4b639392dc64c17fece0f972c085 (diff)
Oops, spell nouveau correctly.
-rwxr-xr-xpm/sleep.d/98-video-quirk-db-handler2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/98-video-quirk-db-handler b/pm/sleep.d/98-video-quirk-db-handler
index 07a71f1..c61f3f6 100755
--- a/pm/sleep.d/98-video-quirk-db-handler
+++ b/pm/sleep.d/98-video-quirk-db-handler
@@ -57,7 +57,7 @@ using_nvidia() { [[ -d /sys/module/nvidia ]]; }
using_fglrx() { [[ -d /sys/module/fglrx ]]; }
# OK, what about a driver that is using kernel modesetting?
-using_kms() { grep -q -E '(noveau|drm)fb' /proc/fb; }
+using_kms() { grep -q -E '(nouveau|drm)fb' /proc/fb; }
# Get some video related values when HAL has not gotten them for us, or
# HAL is not available.