Skip to content

Commit

Permalink
fix: driver name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed Jan 18, 2024
1 parent aef1429 commit fc834a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maccel.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void disconnect(struct usb_interface *intf) {
printk(KERN_INFO "maccel removed");
}

static struct usb_driver maccel_driver = {.name = "MAccel Mouse Driver",
static struct usb_driver maccel_driver = {.name = "maccel",
.id_table = maccel_table,
.probe = probe,
.disconnect = disconnect};
Expand Down

0 comments on commit fc834a5

Please sign in to comment.