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:
bac6cd1
)
Staging: rtl8187se: remove duplicate pci ids
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 5 Dec 2008 04:39:37 +0000
(20:39 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 6 Jan 2009 21:52:32 +0000
(13:52 -0800)
We only want to load for one PCI device, the "SE" device. The other PCI
devices that this driver supports are already supported by the existing
rtl8187 module.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8187se/r8180_core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/rtl8187se/r8180_core.c
b/drivers/staging/rtl8187se/r8180_core.c
index 38455983728cda86d0358c71bd7dd1eb45709bad..00f4df49bc0e7dc877d3af5023d6b5f279d6801e 100644
(file)
--- a/
drivers/staging/rtl8187se/r8180_core.c
+++ b/
drivers/staging/rtl8187se/r8180_core.c
@@
-102,6
+102,7
@@
static struct pci_device_id rtl8180_pci_id_tbl[] __devinitdata = {
.subdevice = PCI_ANY_ID,
.driver_data = 0,
},
+#if 0
{
.vendor = PCI_VENDOR_ID_BELKIN,
.device = 0x6001,
@@
-130,6
+131,7
@@
static struct pci_device_id rtl8180_pci_id_tbl[] __devinitdata = {
.subdevice = PCI_ANY_ID,
.driver_data = 4,
},
+#endif
{
.vendor = 0,
.device = 0,