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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocking                    |low




------- Comment #10 from [EMAIL PROTECTED]  2008-01-11 13:27 -------
Mihail,
It would be great if you spell-check messages, it is really hard to read them.
bug #9663 says that to get Fn keys working, you need to remove _INI presence
check, thus allowing early init of EC from DSDT.
The patch from 9627 does the same, it inits EC before any other device, but you
claim that contrary to #9663 Fn keys are not working, while /sys interface
does.
hotkeys could be controlled by BIOS itself, thus if video driver (/sys
interface to brighness) is loaded, it will disable BIOS control of brightness.
To make Fn keys send events, you need some hw-specific driver, which in your
case must be toshiba.c, which gives following string in dmesg published in
9663:
--------------------------------------------------------------------
toshiba.c: toshiba.c: toshiba.c: toshiba.c: toshiba.c: toshiba.c: toshiba.c:
toshiba: not a supported Toshiba laptop
--------------------------------------------------------------------
So, my guess is that EC with patch from 9627 does its best to enable loading of
video driver and making /sys interface work. You may check that it is video.c
who disable BIOS and Fn keys by unloading it. You could try to find out what
needs to be done in toshiba.c in order for it to recognize your machine and
start accepting hotkeys -- contact the toshiba.c author for that...
I'm lowering the severity of this bug, as it is definitely not blocker.


-- 
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