On Tue, 2008-07-01 at 16:13 +0200, Ivo van Doorn wrote: > How is the changed rfkill state of the driver reported to rfkill? > I see that the patch to remove the input device doesn't remove the > call input_report_key() by which I assume such call was never made. > This would mean rfkill support in iwlwifi has always been broken and > the entire input device wasn't used at all. Yes, we don't use the input device before and I believe we shouldn't. The patch just removes it. > From what I gather from the code itself is the function responsible > for changing the state iwl_rfkill_set_hw_state() but that only updates > the state, and doesn't report anything to the rfkill layer. Right, we will switch to use rfkill_force_state() instead. Thanks, -yi -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html