Re: [PATCH] b43: Use input-polldev for the rfkill switch

2007-10-10 Thread Michael Buesch
On Wednesday 10 October 2007 16:51:38 Dmitry Torokhov wrote: 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:

Re: [PATCH] b43: Use input-polldev for the rfkill switch

2007-10-03 Thread David Woodhouse
On Fri, 2007-09-28 at 14:22 +0200, Michael Buesch 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 [EMAIL PROTECTED] ... static void

Re: [PATCH] b43: Use input-polldev for the rfkill switch

2007-10-03 Thread Michael Buesch
On Saturday 29 September 2007 18:52:48 David Woodhouse wrote: Does this bit belong to your other patch? I'm not sure what you are trying to ask. -- Greetings Michael. ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de

[PATCH] b43: Use input-polldev for the rfkill switch

2007-09-28 Thread Michael Buesch
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 [EMAIL PROTECTED] Index: wireless-2.6/drivers/net/wireless/b43/Kconfig