Re: iwlwifi (4965) regression since 2.6.30

From: reinette chatre
Date: Thu Aug 13 2009 - 19:00:16 EST


Hi Lukas,

On Fri, 2009-08-07 at 14:35 -0700, Lukas Hejtmanek wrote:

> On Thu, Aug 06, 2009 at 08:07:04PM -0300, Henrique de Moraes Holschuh wrote:
> > On Fri, 07 Aug 2009, Lukas Hejtmanek wrote:
> > > 0x0004 = 238 # KEY_WLAN
> >
> > This means any rfkill input handler (be it in kernel or userspace) will
> > toggle your WLAN cards when fn+f5 is pressed. You can just assign a
> > different keycode to it (use KEY_RESERVED or KEY_UNKNOWN if you don't want
> > the key to do anything).
>
> Could you give me some hints how to do the mapping?

On my system this key is mapped to 385 (KEY_RADIO) - so that can explain
why we are seeing different behavior. Perhaps you can try to change your
key mapping to this if you just want bluetooth to be affected?

>From what I understand you can use input-kbd to change the key mappings.
The map file you can provide to it is in same format as the one it
prints for you.

Reinette


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/