struct pci_device_id {
__u32 vendor, device; /* 厂商和设备ID,Vendor and device ID or PCI_ANY_ID*/
__u32 subvendor, su
2018-11-08