Subject: [PATCH] ath5k: Support LED's on Acer Extensa 5620z

Add vendor ID for Quanta Microsystems and update the led table with the reported device.

Reported-by: Scott Barnes <[email protected]>

Signed-off-by: Tulio Magno Quites Machado Filho <[email protected]>
---
drivers/net/wireless/ath5k/led.c | 2 ++
include/linux/pci_ids.h | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/ath5k/led.c b/drivers/net/wireless/ath5k/led.c
index 0686e12..19555fb 100644
--- a/drivers/net/wireless/ath5k/led.c
+++ b/drivers/net/wireless/ath5k/led.c
@@ -65,6 +65,8 @@ static const struct pci_device_id ath5k_led_devices[] = {
{ ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0422), ATH_LED(1, 1) },
/* E-machines E510 ([email protected]) */
{ ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0428), ATH_LED(3, 0) },
+ /* Acer Extensa 5620z ([email protected]) */
+ { ATH_SDEVICE(PCI_VENDOR_ID_QMI, 0x0105), ATH_LED(3, 0) },
{ }
};

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 5207160..1702acb 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2267,6 +2267,8 @@
#define PCI_DEVICE_ID_KORENIX_JETCARDF0 0x1600
#define PCI_DEVICE_ID_KORENIX_JETCARDF1 0x16ff

+#define PCI_VENDOR_ID_QMI 0x1a32
+
#define PCI_VENDOR_ID_TEKRAM 0x1de1
#define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29

--
1.6.0.2



2009-03-24 20:24:10

by Martin Bammer

[permalink] [raw]
Subject: Re: [PATCH] ath5k: Support LED's on Acer Extensa 5620z

MAC: 00:22:43...

-------- Original-Nachricht --------
> Datum: Mon, 23 Mar 2009 18:14:48 -0400
> Von: Bob Copeland <[email protected]>
> An: Tulio Magno Quites Machado Filho <[email protected]>, [email protected]
> CC: linville <[email protected]>, ath5k-devel <ath5k-devel@lists=
=2Eath5k.org>, linux-wireless <[email protected]>
> Betreff: Re: [PATCH] ath5k: Support LED\'s on Acer Extensa 5620z

> On Mon, Mar 23, 2009 at 6:08 PM, Tulio Magno Quites Machado Filho
> <[email protected]> wrote:
> > This website
> (http://www.modem-help.co.uk/search.php?id=3DPCI\VEN_1814%26DEV_0781%=
26SUBSYS_10591A3B) identifies it as ASUSTek.
> > Maybe Fukato notebooks are manufactured by ASUSTek.
>=20
> Probably.
>=20
> > Do you have it's MAC address?
>=20
> No, but that's a good idea.
>=20
> Martin, would you mind posting the first three octets of your MAC
> address for the atheros card so we can get the vendor name correct?
>=20
> (bugzilla was here: http://bugzilla.kernel.org/show_bug.cgi?id=3D1284=
1)
>=20
> --=20
> Bob Copeland %% http://www.bobcopeland.com

--=20
Aufgepasst: Sind Ihre Daten beim Online-Banking auch optimal gesch=FCtz=
t?
Jetzt absichern: https://homebanking.gmx.net/[email protected]

2009-03-23 18:58:34

by Bob Copeland

[permalink] [raw]
Subject: Re: [PATCH] ath5k: Support LED's on Acer Extensa 5620z

On Sat, Mar 21, 2009 at 8:41 PM, Tulio Magno Quites Machado Filho
<[email protected]> wrote:
> Add vendor ID for Quanta Microsystems and update the led table with the reported device.
>
> Reported-by: Scott Barnes <[email protected]>
>
> Signed-off-by: Tulio Magno Quites Machado Filho <[email protected]>

Acked-by: Bob Copeland <[email protected]>

I have another one to send, for the "Fukato Datacask Jupiter" but I
couldn't figure out who owns the subvendor ID (0x1a3b). I guess I'll
assume it is Fukato unless anyone knows a reliable source for looking
those up besides Google...

--
Bob Copeland %% http://www.bobcopeland.com

2009-03-24 20:45:38

by Bob Copeland

[permalink] [raw]
Subject: Re: [PATCH] ath5k: Support LED's on Acer Extensa 5620z

On Tue, Mar 24, 2009 at 4:24 PM, Martin Bammer <[email protected]> wrote:
> MAC: 00:22:43...
>

Thanks!

00-22-43 (hex) AzureWave Technologies, Inc.

They seem to be an affiliate or subsidiary of ASUS Tek, according
to google.

--
Bob Copeland %% http://www.bobcopeland.com

Subject: Re: [PATCH] ath5k: Support LED's on Acer Extensa 5620z

On Mon, Mar 23, 2009 at 02:58:32PM -0400, Bob Copeland wrote:
> I have another one to send, for the "Fukato Datacask Jupiter" but I
> couldn't figure out who owns the subvendor ID (0x1a3b). I guess I'll
> assume it is Fukato unless anyone knows a reliable source for looking
> those up besides Google...

This website (http://www.modem-help.co.uk/search.php?id=PCI\VEN_1814%26DEV_0781%26SUBSYS_10591A3B) identifies it as ASUSTek.

Maybe Fukato notebooks are manufactured by ASUSTek.
Do you have it's MAC address?

--
Tulio Magno


2009-03-23 22:14:50

by Bob Copeland

[permalink] [raw]
Subject: Re: [PATCH] ath5k: Support LED's on Acer Extensa 5620z

On Mon, Mar 23, 2009 at 6:08 PM, Tulio Magno Quites Machado Filho
<[email protected]> wrote:
> This website (http://www.modem-help.co.uk/search.php?id=PCI\VEN_1814%26DEV_0781%26SUBSYS_10591A3B) identifies it as ASUSTek.
> Maybe Fukato notebooks are manufactured by ASUSTek.

Probably.

> Do you have it's MAC address?

No, but that's a good idea.

Martin, would you mind posting the first three octets of your MAC
address for the atheros card so we can get the vendor name correct?

(bugzilla was here: http://bugzilla.kernel.org/show_bug.cgi?id=12841)

--
Bob Copeland %% http://www.bobcopeland.com