linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Carlo Parata <carlo_parata@hotmail.com>
To: linux-wireless@vger.kernel.org
Subject: [PATCH] Wifi led does not work on Acer Aspire One D250 (ath5k driver)
Date: Fri, 6 Nov 2009 13:00:02 +0000 (UTC)	[thread overview]
Message-ID: <loom.20091106T135746-452@post.gmane.org> (raw)

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) },
 	{ }
 };



             reply	other threads:[~2009-11-06 13:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06 13:00 Carlo Parata [this message]
2009-11-06 15:16 ` [PATCH] Wifi led does not work on Acer Aspire One D250 (ath5k driver) 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20091106T135746-452@post.gmane.org \
    --to=carlo_parata@hotmail.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).