diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-05-29 22:04:54 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-29 22:04:54 -0700 |
commit | bdb0e010bf0061a73027cc84dd7ad192c663eca3 (patch) | |
tree | 8c61f59e17733b7b917205f140276beff89920f8 /drivers/net/atl1e | |
parent | 465440d2720543669841db5b0691ba41892ed0ae (diff) | |
download | linux-stable-bdb0e010bf0061a73027cc84dd7ad192c663eca3.tar.gz linux-stable-bdb0e010bf0061a73027cc84dd7ad192c663eca3.tar.bz2 linux-stable-bdb0e010bf0061a73027cc84dd7ad192c663eca3.zip |
ath1e: add new device id for asus hardware
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.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/atl1e')
-rw-r--r-- | drivers/net/atl1e/atl1e_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/atl1e/atl1e_main.c b/drivers/net/atl1e/atl1e_main.c index fb57b750866b..1342418fb209 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 } }; |