Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135259
b: refs/heads/master
c: 22e5b08
h: refs/heads/master
i:
  135257: 2d44b19
  135255: 9a53587
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Mar 16, 2009
1 parent 813c805 commit 272ac70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdb02dc6146950155e79a4e3225e1b58cf2b0c54
refs/heads/master: 22e5b08585f7282060c464a36908b19cb4809fde
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/ath5k/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ static const struct pci_device_id ath5k_led_devices[] = {
/* HP Compaq nc6xx, nc4000, nx6000 */
{ ATH_SDEVICE(PCI_VENDOR_ID_COMPAQ, PCI_ANY_ID), ATH_LED(1, 1) },
/* Acer Aspire One A150 (maximlevitsky@gmail.com) */
{ ATH_SDEVICE(PCI_VENDOR_ID_FOXCONN, PCI_ANY_ID), ATH_LED(3, 0) },
{ ATH_SDEVICE(PCI_VENDOR_ID_FOXCONN, 0xe008), ATH_LED(3, 0) },
/* Acer Ferrari 5000 (russ.dill@gmail.com) */
{ ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0422), ATH_LED(1, 1) },
/* E-machines E510 (tuliom@gmail.com) */
{ ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, PCI_ANY_ID), ATH_LED(3, 0) },
{ ATH_SDEVICE(PCI_VENDOR_ID_AMBIT, 0x0428), ATH_LED(3, 0) },
{ }
};

Expand Down

0 comments on commit 272ac70

Please sign in to comment.