* [PATCH] ath1e: add new device id for asus hardware
@ 2009-05-27 6:02 Greg KH
2009-05-30 5:05 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2009-05-27 6:02 UTC (permalink / raw)
To: netdev
Cc: David S. Miller, Jeff Garzik, Stephen Hemminger, Neil Horman,
Gary Lin
From: Greg Kroah-Hartman <gregkh@suse.de>
Gary Lin reports that a new device id needs to be added to the atl1e in
order to get some new Asus hardware to work properly.
Cc: Gary Lin <glin@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/drivers/net/atl1e/atl1e_main.c b/drivers/net/atl1e/atl1e_main.c
index fb57b75..1342418 100644
--- a/drivers/net/atl1e/atl1e_main.c
+++ b/drivers/net/atl1e/atl1e_main.c
@@ -37,6 +37,7 @@ char atl1e_driver_version[] = DRV_VERSION;
*/
static struct pci_device_id atl1e_pci_tbl[] = {
{PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATTANSIC_L1E)},
+ {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, 0x1066)},
/* required last entry */
{ 0 }
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-30 5:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 6:02 [PATCH] ath1e: add new device id for asus hardware Greg KH
2009-05-30 5:05 ` David Miller
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).