Commit 5e738ff1 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] USB: usbhid calls itself "hid"

parent ee996862
...@@ -1781,7 +1781,7 @@ MODULE_DEVICE_TABLE (usb, hid_usb_ids); ...@@ -1781,7 +1781,7 @@ MODULE_DEVICE_TABLE (usb, hid_usb_ids);
static struct usb_driver hid_driver = { static struct usb_driver hid_driver = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.name = "hid", .name = "usbhid",
.probe = hid_probe, .probe = hid_probe,
.disconnect = hid_disconnect, .disconnect = hid_disconnect,
.id_table = hid_usb_ids, .id_table = hid_usb_ids,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment