aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2008-12-29 04:44:44 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-12-30 00:57:12 -0800
commitc10a93a0a36b245ce48493f134b9e243a8bfddd1 (patch)
tree6994ab7afd367f176e2849e0d1c8c9c31994012e /drivers/input/mouse
parentInput: map_to_7segment.h - convert to __inline__ for userspace (diff)
downloadlinux-dev-c10a93a0a36b245ce48493f134b9e243a8bfddd1.tar.xz
linux-dev-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/mouse')
-rw-r--r--drivers/input/mouse/hil_ptr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/hil_ptr.c b/drivers/input/mouse/hil_ptr.c
index e532c48410ea..3263ce083bf0 100644
--- a/drivers/input/mouse/hil_ptr.c
+++ b/drivers/input/mouse/hil_ptr.c
@@ -46,7 +46,7 @@
MODULE_AUTHOR("Brian S. Julin <bri@calyx.com>");
MODULE_DESCRIPTION(HIL_GENERIC_NAME " driver");
MODULE_LICENSE("Dual BSD/GPL");
-
+MODULE_ALIAS("serio:ty03pr25id0Fex*");
#define TABLET_SIMULATES_MOUSE /* allow tablet to be used as mouse */
#undef TABLET_AUTOADJUST /* auto-adjust valid tablet ranges */