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





------- Comment #12 from [EMAIL PROTECTED]  2008-01-08 01:11 -------
Hi
I compere keyboard drivers atkbd.c in .23 and .24 and I have found out that
there are only one change: BIT(x) ->BIT_MASK(x)
I change it back but nothing happen, hotkeys aren`t work!
If I add 
#define ATKBD_DEBUG
directive in atkbd.c I can find out that it doesn`t calls when I press fh key!
(in .23 in calls)
I meen
static irqreturn_t atkbd_interrupt(struct serio *serio, unsigned char data,
                        unsigned int flags)
function.
There also some changements in drivers/char/keyboard.c, drivers/input/input.c
but for now I don`t know how they affec to to the promlem.


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