10 PCI_ROM(0x10ec, 0x8180,
"rtl8180",
"Realtek 8180", 0),
11 PCI_ROM(0x1186, 0x3300,
"dwl510",
"D-Link DWL-510", 0),
12 PCI_ROM(0x1799, 0x6001,
"f5d6001",
"Belkin F5D6001", 0),
13 PCI_ROM(0x1799, 0x6020,
"f5d6020",
"Belkin F5D6020", 0),
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define REQUIRE_OBJECT(object)
Require an object.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
#define REQUIRING_SYMBOL(symbol)
Specify the file's requiring symbol.
#define __pci_driver
Declare a PCI driver.
#define PCI_ROM(_vendor, _device, _name, _description, _data)
static struct pci_device_id rtl8180_nics[]
int rtl818x_probe(struct pci_device *pdev)
void rtl818x_remove(struct pci_device *pdev)
A PCI device ID list entry.