Patrick Boettcher wrote: > On Tue, 28 Jun 2005, Alan Halverson wrote: > >static struct pci_driver flexcop_pci_driver = { > >- .name = "Technisat/B2C2 FlexCop II/IIb/III PCI", > >+ .name = "Technisat B2C2 FlexCop II IIb III PCI", > > This must be a new rule (?). There are quite a few people (including me) > that are using the driver with plain 2.6.12 (and previous versions) > successfully. > > Does someone know something about the syntax of pci_driver->name? It should look good in /sys/bus/pci/drivers/. And I'm surprised it worked for you with the slashes as the are not allowed in Unix file names for obvious reasons. Johannes