Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56817
b: refs/heads/master
c: 36bd52a
h: refs/heads/master
i:
  56815: ba65e20
v: v3
  • Loading branch information
Eric Piel authored and Dmitry Torokhov committed May 23, 2007
1 parent 0915d69 commit eb7203f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1124d5ca7b7296035c1cc5fc00fdbfa44603b2ac
refs/heads/master: 36bd52a49b790a71f3d353cdddf2f22e1e6f84ff
5 changes: 5 additions & 0 deletions trunk/drivers/input/misc/input-polldev.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
#include <linux/mutex.h>
#include <linux/input-polldev.h>

MODULE_AUTHOR("Dmitry Torokhov <dtor@mail.ru>");
MODULE_DESCRIPTION("Generic implementation of a polled input device");
MODULE_LICENSE("GPL v2");
MODULE_VERSION("0.1");

static DEFINE_MUTEX(polldev_mutex);
static int polldev_users;
static struct workqueue_struct *polldev_wq;
Expand Down

0 comments on commit eb7203f

Please sign in to comment.