]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: video: remove dmesg spam
authorMaik Broemme <mbroemme@plusserver.de>
Fri, 14 Sep 2007 20:12:34 +0000 (22:12 +0200)
committerLen Brown <len.brown@intel.com>
Tue, 18 Sep 2007 17:45:20 +0000 (13:45 -0400)
commitc73ed8a95569e5633276f5fadad324283ae00d46
tree3ae46420ac4beee7eb985bc2b5c41e372c33c204
parent24ea7a561112b7382c44aced7531c1683d505720
ACPI: video: remove dmesg spam

i am actually heavily using the ACPI video extension for my Thinkpad X61
Tablet. I have bound the input events triggered by the brightness
up/down keys to a simple

echo <value> > /sys/class/backlight/acpi_video1/brightness

but everytime the event is triggered and acpi_video_device_lcd_set_level()
is called i got a notificication in my kernel log like:

set_level status: 0
set_level status: 0
set_level status: 0
set_level status: 0
...

Signed-off-by: Maik Broemme <mbroemme@plusserver.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/video.c