summaryrefslogtreecommitdiff
path: root/sys/dev/evdev/uinput.c
diff options
context:
space:
mode:
authorOleksandr Tymoshenko <gonzo@FreeBSD.org>2016-10-02 03:20:31 +0000
committerOleksandr Tymoshenko <gonzo@FreeBSD.org>2016-10-02 03:20:31 +0000
commita6b15a34296485b2bbd71176697fd2d37f88f9c7 (patch)
treed5282d0fb7c5b51a67a05e355589983fc37860d2 /sys/dev/evdev/uinput.c
parent886f6623f62df1b086675c1efc6465ca09d46b42 (diff)
Notes
Diffstat (limited to 'sys/dev/evdev/uinput.c')
-rw-r--r--sys/dev/evdev/uinput.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/evdev/uinput.c b/sys/dev/evdev/uinput.c
index ffe94e73aca4..77810b75e230 100644
--- a/sys/dev/evdev/uinput.c
+++ b/sys/dev/evdev/uinput.c
@@ -708,3 +708,5 @@ uinput_modevent(module_t mod __unused, int cmd, void *data)
}
DEV_MODULE(uinput, uinput_modevent, NULL);
+MODULE_VERSION(uinput, 1);
+MODULE_DEPEND(uinput, evdev, 1, 1, 1);