Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Greg Kroah-Hartman and committed by
David S. Miller
bdb0e010 465440d2

+1
+1
drivers/net/atl1e/atl1e_main.c
··· 37 37 */ 38 38 static struct pci_device_id atl1e_pci_tbl[] = { 39 39 {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATTANSIC_L1E)}, 40 + {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, 0x1066)}, 40 41 /* required last entry */ 41 42 { 0 } 42 43 };