Hi Michael, On 9/28/07, Michael Buesch <mb@xxxxxxxxx> wrote: > This removes the direct call to rfkill on an rfkill event > and replaces it with an input device. This way userspace is also > notified about the event. > > Signed-off-by: Michael Buesch <mb@xxxxxxxxx> > > Index: wireless-2.6/drivers/net/wireless/b43/Kconfig > =================================================================== > --- wireless-2.6.orig/drivers/net/wireless/b43/Kconfig 2007-09-27 21:31:15.000000000 +0200 > +++ wireless-2.6/drivers/net/wireless/b43/Kconfig 2007-09-28 12:34:23.000000000 +0200 > @@ -70,7 +70,7 @@ config B43_LEDS > # RFKILL support > config B43_RFKILL > bool > - depends on B43 && RFKILL > + depends on B43 && RFKILL && RFKILL_INPUT && INPUT_POLLDEV > default y I don't think that broadcom driver should depend on RFKILL_INPUT... RFKILL_INPUT is a default link between input and rfkill layers but it is by no means a mandatory component. I think proper dependency should be: depends on B43 && RFKILL && INPUT select INPUT_POLLDEV -- Dmitry - 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