projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
465440d
)
ath1e: add new device id for asus hardware
author
Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 30 May 2009 05:04:54 +0000
(22:04 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 30 May 2009 05:04:54 +0000
(22:04 -0700)
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>
drivers/net/atl1e/atl1e_main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/atl1e/atl1e_main.c
b/drivers/net/atl1e/atl1e_main.c
index fb57b750866bf53657ba680c7301b7fe683e9136..1342418fb209fc430aba1574cb24e36b46c51114 100644
(file)
--- 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 }
};