projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd0150
)
[PATCH] sky2: add another PCI ID
author
Stephen Hemminger
<shemminger@osdl.org>
Mon, 17 Jul 2006 19:38:32 +0000
(15:38 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 19 Jul 2006 17:49:04 +0000
(13:49 -0400)
Yet another PCI ID for
88E8056
Signed-off-by: Stephen Hemminger <sch@sch-laptop.localdomain>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sky2.c
b/drivers/net/sky2.c
index de91609ca11230deb09a772268727c41a9f21aff..8f8799c3f9d16704d07e050e6032f5fc49ba035f 100644
(file)
--- a/
drivers/net/sky2.c
+++ b/
drivers/net/sky2.c
@@
-121,6
+121,7
@@
static const struct pci_device_id sky2_id_table[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) },
{ 0 }
};