X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Finput%2Fgameport%2Fcs461x.c;h=8459e05c664140985c174c4cb5e32c34ffd742d0;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=71fcad10c0826c54e1ca7471c1a782e24c7fdb9c;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/drivers/input/gameport/cs461x.c b/drivers/input/gameport/cs461x.c index 71fcad10c..8459e05c6 100644 --- a/drivers/input/gameport/cs461x.c +++ b/drivers/input/gameport/cs461x.c @@ -312,7 +312,7 @@ static void __devexit cs461x_pci_remove(struct pci_dev *pdev) } static struct pci_driver cs461x_pci_driver = { - .name = "CS461x Gameport", + .name = "CS461x_gameport", .id_table = cs461x_pci_tbl, .probe = cs461x_pci_probe, .remove = __devexit_p(cs461x_pci_remove),