http://bugzilla.kernel.org/show_bug.cgi?id=9724





------- Comment #31 from [EMAIL PROTECTED]  2008-01-13 12:36 -------
Ok, according to your DSDT, brightness events come as _Q07 and _Q10, as well as
_Q11 and _Q12. You could check if they are sent by inserting printk("%x",value)
to
acpi_ec_gpe_query() in ec.c:499. If everything go smooth, it should call
acpi_video_device_notify() in video.c with either
ACPI_VIDEO_NOTIFY_INC_BRIGHTNESS
or ACPI_VIDEO_NOTIFY_DEC_BRIGHTNESS. You could trace it from there...


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to