linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath5k: adding LED support for AR5BXB63 cards
@ 2009-12-22  1:21 Luca Verdesca
  2009-12-22  3:37 ` Bob Copeland
  0 siblings, 1 reply; 8+ messages in thread
From: Luca Verdesca @ 2009-12-22  1:21 UTC (permalink / raw)
  To: linux-wireless

With following patch, LED should now work with LiteOn AR5BXB63 mini
pci-e cards.

I hope I made no mistake.

Happy hacking!
Magooz


*** /usr/src/linux/drivers/net/wireless/ath/ath5k/led.c	2009-12-16 16:06:08.000000000 +0100
--- /home/magooz/led.c	2009-12-16 16:10:46.000000000 +0100
***************
*** 53,58 ****
--- 53,61 ----
  
  /* Devices we match on for LED config info (typically laptops) */
  static const struct pci_device_id ath5k_led_devices[] = {
+ 	/* LiteOn AR5BXB63 (magooz@salug.it) */
+ 	{ PCI_SDEVICE(ATHEROS, 0x3067), ATH_LED(3, 0) },
  	/* AR5211 */
  	{ PCI_VDEVICE(ATHEROS, PCI_DEVICE_ID_ATHEROS_AR5211), ATH_LED(0, 0) },
  	/* HP Compaq nc6xx, nc4000, nx6000 */

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

end of thread, other threads:[~2010-01-02 15:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-22  1:21 [PATCH] ath5k: adding LED support for AR5BXB63 cards Luca Verdesca
2009-12-22  3:37 ` Bob Copeland
2009-12-22 11:02   ` Luca Verdesca
2009-12-22 14:28     ` Bob Copeland
2009-12-22 17:10       ` Luca Verdesca
2009-12-28 21:12         ` John W. Linville
2010-01-02 15:33           ` Luca Verdesca
2009-12-22 14:18   ` John W. Linville

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).