Rename driver name to 'saitek_x52'

This avoids any confusion with other devices named X52.
pull/3/head
Nirenjan Krishnan 2012-10-08 18:37:27 -07:00
parent a4ef90d3c1
commit 7db56ee069
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ static void x52_disconnect(struct usb_interface *intf)
}
static struct usb_driver x52_driver = {
.name = "X52",
.name = "saitek_x52",
.probe = x52_probe,
.disconnect = x52_disconnect,
.id_table = id_table,