On Thu, 2008-12-11 at 17:47 -0200, Henrique de Moraes Holschuh wrote: > I don't think so if you mean Gnome knowing what to do with EV_SW > SW_RFKILL_ALL. That is not a report that radios got rfkilled, but rather a > COMMAND to rfkill all radios. Right, so are we talking across purposes here? I want to report radio status to userland so NetworkManager can stop helplessly flailing around asking me for a WPA2 password in a loop if I kill the radios. What I have is an event-driven report that includes radio killswitch status, HARD_BLOCKED or UNBLOCKED in rfkill terminology. There is no SOFT_BLOCKED as I have no ability to turn individual radios on/off in software. Should I be creating individual Bluetooth/WLAN/WWAN rfkills that flip between HARD_BLOCKED & UNBLOCKED with force status and return failure for a radio state change attempt? But perhaps code talks, let me just attach what I have right now. Both for the rfkill guys to see what information I get and when and for the fujitsu-laptop users & devs to confirm that this works on other Lifebooks then just the S6420. Testers please run with debugging on and report both BTNI and whether you get proper event response like so: FUJ02B1: acpi_fujitsu_hotkey_notify: radios: [killed], lid: [open], docked: [no] Regards, Tony V.