Skip to content

Commit

Permalink
Staging: rtl8187se: remove duplicate pci ids
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent bac6cd1 commit 1fa511a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1fa511a

Please sign in to comment.