Hello List, 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. regards, Simon Raffeiner Am Donnerstag, 15. Oktober 2009 22:04:14 schrieb Ivo van Doorn: > Add support for the rt2860/rt3090 chipsets from Ralink. > > Includes various patches from a lot of people who helped > getting this driver into the current shape. > > Signed-off-by: Alban Browaeys <prahal@xxxxxxxxx> > Signed-off-by: Benoit PAPILLAULT <benoit.papillault@xxxxxxx> > Signed-off-by: Felix Fietkau <nbd@xxxxxxxxxxx> > Signed-off-by: Luis Correia <luis.f.correia@xxxxxxxxx> > Signed-off-by: Mattias Nissler <mattias.nissler@xxxxxx> > Signed-off-by: Mark Asselstine <asselsm@xxxxxxxxx> > Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx> > Signed-off-by: Ivo van Doorn <IvDoorn@xxxxxxxxx> > --- > http://kernel.org/pub/linux/kernel/people/ivd/patches/0003-rt2x00-Implement > -support-for-rt2800pci.patch -- > 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 > -- 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