> The pci_find_class function is a mistake of history. Either walk
> the list of pci_dev structures or use pci_find_device(PCI_ANY_ID,
> PCI_ANY_ID, ...) and check the class codes yourself.
So I realise. I opted for the former.
Tim.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/