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:

4311: trouble with Fedora 8 Test 3

2007-10-10 Thread sean darcy
Compaq Presario C714NR, Intel GM965 uname -r 2.6.23-0.224.rc9.git6.fc8 lspci 01:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02) Installed b43-fwcutter and followed the instructions at http://linuxwireless.org/en/users/Drivers/b43#devicefirmware Got

Re: 4311: trouble with Fedora 8 Test 3

2007-10-10 Thread John W. Linville
On Wed, Oct 10, 2007 at 12:08:08PM -0400, sean darcy wrote: Nothing at all about the 4311 card in dmesg. Made sure NetworkManager was working. Restarted it. I can see the icon. No connection. If I connect the wire it starts up the wired connection. Please post the output of this command:

Re: 4311: trouble with Fedora 8 Test 3

2007-10-10 Thread Larry Finger
sean darcy wrote: Compaq Presario C714NR, Intel GM965 uname -r 2.6.23-0.224.rc9.git6.fc8 lspci 01:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02) As John Linville suggested, rev 02 of the 4311's are not supported. At the moment, the reverse engineers

[PATCH] b43legacy: LED triggers support

2007-10-10 Thread Larry Finger
Drive the LEDs through the generic LED triggers. The patch to b43 by Michael Buesch [EMAIL PROTECTED] has been ported to b43legacy. Signed-off-by: Larry Finger [EMAIL PROTECTED] --- John, This patch is to be applied to the 'everything' branch of wireless-2.6. Larry ---

[PATCH] b43legacy: RF-kill support

2007-10-10 Thread Larry Finger
This adds full support for the RFKILL button and the RFKILL LED trigger. This is a port to b43legacy of a patch by Michael Buesch [EMAIL PROTECTED] for b43. Signed-off-by: Larry Finger[EMAIL PROTECTED] --- John, This patch is also to be applied to the everything branch of wireless-2.6. Larry

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

2007-10-10 Thread Larry Finger
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. This patch is the port to b43legacy of a patch for b43 by Michael Buesch [EMAIL PROTECTED]. Signed-off-by: Larry Finger [EMAIL PROTECTED] ---

[PATCH] b43legacy: Rewrite pwork locking

2007-10-10 Thread Larry Finger
Implement much easier and more lightweight locking for the periodic work. This also removes the last big busywait loop and replaces it by a sleeping loop. This patch for b43legacy is patterned aftar the same patch for b43 by Michael Buesch [EMAIL PROTECTED]. Signed-off-by: Larry Finger [EMAIL