Hi, > I was comparing rt2800pci and the INF file of the original RT2860 windows > driver out curiosity. The original INF file contains 108 PCI id entries, > rt2800pci.c only 20. At first I thought that an entry like > > PCI\VEN_1814&DEV_0601&SUBSYS_77281432 > > (Edimax card) in the INF file will be automatically matched by rt2800pci for > the "1814:0601" vendor/device id, but then I found an additional entry for > "1432:7728" (the susbsystem id) in the rt2800pci pci_device_id table. > > I am a bit confused: Should every entry from the INF file have a PCI_DEVICE() > counterpart in our driver (resulting in 108 entries), or is this a special > case where the Manufacturer (Edimax) produces cards that actually have > "1432:7728" as vendor/device id. > > You can probably tell that I don't have much experience developing kernel > drivers, but I am willing to get it right. Well the main PCI and DEVICE id's should be listed in the PCI_DEVICE table, the SUBSYS ID should only be added in case there can be different drivers based on that ID. As far as the ID 1432:7728, that one was send by Xose who got the ID from the Windows driver, I don't know if he has mistakenly grabbed the subsystem ID or not... Xose, could you give an update about this? Ivo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html