summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/radeon_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index 31d8881..9ac7d43 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -1139,7 +1139,7 @@ radeon_create_resources(xf86OutputPtr output)
/* backlight control */
if (radeon_output->type == OUTPUT_LVDS) {
- backlight_atom = MAKE_ATOM("BACKLIGHT");
+ backlight_atom = MAKE_ATOM("backlight");
range[0] = 0;
range[1] = RADEON_MAX_BACKLIGHT_LEVEL;