Skip to content

Commit

Permalink
Corrected evdev driver name.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 26, 2011
1 parent 3c093d7 commit 3b628a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_evdev.c
Expand Up @@ -324,7 +324,7 @@ static int linux_evdev_poll(ManyMouseEvent *event)

static const ManyMouseDriver ManyMouseDriver_interface =
{
"Linux /dev/input/event interface",
"Linux /dev/input/event* interface",
linux_evdev_init,
linux_evdev_quit,
linux_evdev_name,
Expand Down

0 comments on commit 3b628a1

Please sign in to comment.