Re: [ath5k-devel] [PATCH] ath5k: add support for Dell Vostro A860 LED

2009-12-18 Thread Shahar Or
On Fri, Dec 18, 2009 at 5:37 PM, Luis R. Rodriguez wrote: >> If we have all the IDs from the INF file, then why do we need this in >> userspace? Is the list growing? > > No, but for other newer hardware/drivers it can likely grow, so my > comment was more of a generic driver approach to this. Is

Re: [ath5k-devel] [PATCH] ath5k: add support for Dell Vostro A860 LED

2009-12-18 Thread Shahar Or
On Tue, Dec 8, 2009 at 6:30 PM, Luis R. Rodriguez wrote: >>> IIRC this is all mapped in the INF file, I thought I had released an >>> INF file under the ISC license but it seems that's not the case, I can >>> try to do that if it helps. Anyway, if we can move this sort of map to >>> userspace it'd

Re: [ath5k-devel] [PATCH] ath5k: add support for Dell Vostro A860 LED

2009-12-07 Thread Shahar Or
Adds support for the WiFi activity LED on the Dell Vostro A860 laptop. Signed-off-by: Shahar Or --- I hope this one is perfect. --- drivers/net/wireless/ath/ath5k/led.c.orig 2009-12-03 14:57:20.0 +0200 +++ drivers/net/wireless/ath/ath5k/led.c2009-12-03 14:25:30.0 +0200

[ath5k-devel] [PATCH] ath5k: add support for Dell Vostro A860 LED

2009-12-03 Thread Shahar Or
From: Shahar Or Adds support for the WiFi activity LED on the Dell Vostro A860 laptop. Signed-off-by: Shahar Or --- --- linux-2.6.31/drivers/net/wireless/ath/ath5k/led.c.orig 2009-12-03 14:57:20.0 +0200 +++ linux-2.6.31/drivers/net/wireless/ath/ath5k/led.c 2009-12-03 14:25