eek typo. max_brightness

SVN revision: 61038
This commit is contained in:
Carsten Haitzler 2011-07-05 10:56:56 +00:00
parent 31a2507971
commit 2e3d64d9fb
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ main(int argc,
exit(7);
}
maxstr = read_file("/sys/devices/virtual/backlight/acpi_video0/max_brightness_max");
maxstr = read_file("/sys/devices/virtual/backlight/acpi_video0/max_brightness");
if (maxstr)
{
maxlevel = atoi(maxstr);