summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8187se
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-12-05 04:39:37 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 21:52:32 (GMT)
commit1fa511ad650c30e5e98f336732f003835af57cac (patch)
tree18a027eb178c93d4e43945a28f32b21a92800448 /drivers/staging/rtl8187se
parentbac6cd182916d95b8ffce4cd20cfa1e885c1ea42 (diff)
downloadlinux-fsl-qoriq-1fa511ad650c30e5e98f336732f003835af57cac.tar.xz
Staging: rtl8187se: remove duplicate pci ids
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>
Diffstat (limited to 'drivers/staging/rtl8187se')
-rw-r--r--drivers/staging/rtl8187se/r8180_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c
index 3845598..00f4df49 100644
--- 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,