summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/hil_kbd.c
diff options
context:
space:
mode:
authorHelge Deller2008-12-29 13:44:44 +0100
committerDmitry Torokhov2008-12-30 09:57:12 +0100
commitc10a93a0a36b245ce48493f134b9e243a8bfddd1 (patch)
tree6994ab7afd367f176e2849e0d1c8c9c31994012e /drivers/input/keyboard/hil_kbd.c
parentInput: map_to_7segment.h - convert to __inline__ for userspace (diff)
downloadkernel-qcow2-linux-c10a93a0a36b245ce48493f134b9e243a8bfddd1.tar.gz
kernel-qcow2-linux-c10a93a0a36b245ce48493f134b9e243a8bfddd1.tar.xz
kernel-qcow2-linux-c10a93a0a36b245ce48493f134b9e243a8bfddd1.zip
Input: HIL drivers - add MODULE_ALIAS()
Add MODULE_ALIAS() to the HIL keyboard (hil_kbd.c) and HIL mouse (hil_ptr.c) drivers to make kernel module autoloader functional. Report HIL port number ID in serio id.id field. Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard/hil_kbd.c')
-rw-r--r--drivers/input/keyboard/hil_kbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/hil_kbd.c b/drivers/input/keyboard/hil_kbd.c
index 71c1971abf80..6f356705ee3b 100644
--- a/drivers/input/keyboard/hil_kbd.c
+++ b/drivers/input/keyboard/hil_kbd.c
@@ -47,6 +47,7 @@
MODULE_AUTHOR("Brian S. Julin <bri@calyx.com>");
MODULE_DESCRIPTION(HIL_GENERIC_NAME " driver");
MODULE_LICENSE("Dual BSD/GPL");
+MODULE_ALIAS("serio:ty03pr25id00ex*");
#define HIL_KBD_MAX_LENGTH 16