On Wednesday 24 January 2007 23:59, Jory A. Pratt wrote:
> Michael Buesch wrote:
> > On Wednesday 24 January 2007 20:08, Larry Finger wrote:
> >   
> >> Michael Buesch wrote:
> >>     
> >>> On Wednesday 24 January 2007 19:39, Larry Finger wrote:
> >>>       
> >>>>          switch (led_index) {
> >>>>          case 0:
> >>>>                  led->behaviour = BCM43xx_LED_ACTIVITY;
> >>>> +                led->activelow = 1;
> >>>>         
> >>> Why activelow?
> >>>       
> >> It makes the light be on when there is no activity and blink off when 
> >> there is. With that behavior,
> >> it is a lot easier to see that the switch is on.
> >>     
> >
> > Ah, ok.
> > It's debatable if that behaviour is desireable.
> > I don't like it, but if people want to have it, we can implement it.
> >
> >   
> I do not think this is what people want. If the radio is off the light
> should just be off, when radio is on turn the light on, is a much more
> desirable.

Well, we are talking about the "activity" LED, not about the "radio on"
LED. There are many cards out there (including ethernet cards) which
always have the LED on and flash it for activity. So it's not _that_
wrong to do it.
Personally, I think it's more intuitive to have a LED off, when there
is no activity, but hey... .
It could also save a little bit of power on notebooks, if we leave
it activehigh. But on the other side, if someone is concerned about
the LEDs drawing too much current, he can as well completely disable
the LEDs with the module parameter.

-- 
Greetings Michael.
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to