mirror of https://github.com/nirenjan/libx52.git
Rename driver name to 'saitek_x52'
This avoids any confusion with other devices named X52.pull/3/head
parent
a4ef90d3c1
commit
7db56ee069
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue