linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Wifi led does not work on Acer Aspire One D250 (ath5k driver)
@ 2009-11-06 13:00 Carlo Parata
  2009-11-06 15:16 ` Bob Copeland
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Carlo Parata @ 2009-11-06 13:00 UTC (permalink / raw)
  To: linux-wireless

With this patch, a Acer Aspire One D250 can turn on the wifi led. The array of
compatible devices in ath5k driver now includes the hardware present in this
computer, as well as the led pin and polarity.

--- ../led.c	2009-11-06 06:16:39.000000000 +0100
+++ ./drivers/net/wireless/ath/ath5k/led.c	2009-11-06 12:37:44.000000000 +0100
@@ -73,6 +73,8 @@
 	{ ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x0137b), ATH_LED(3, 1) },
 	/* IBM-specific AR5212 (all others) */
 	{ PCI_VDEVICE(ATHEROS, PCI_DEVICE_ID_ATHEROS_AR5212_IBM), ATH_LED(0, 0) },
+        /* Acer Aspire One D250 AR5007EG */
+	{ PCI_VDEVICE(ATHEROS, 0x001c), ATH_LED(3, 1) },
 	{ }
 };



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-11-06 16:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 13:00 [PATCH] Wifi led does not work on Acer Aspire One D250 (ath5k driver) Carlo Parata
2009-11-06 15:16 ` Bob Copeland
2009-11-06 15:23   ` Larry Finger
2009-11-06 15:54 ` Carlo Parata
2009-11-06 16:01   ` Holger Schurig
2009-11-06 16:04     ` Bob Copeland
2009-11-06 16:09 ` John W. Linville
2009-11-06 16:21   ` Bob Copeland
2009-11-06 16:46     ` Carlo Parata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).