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>
This commit is contained in:

committed by
Dmitry Torokhov

parent
34a4c5eb42
commit
c10a93a0a3
@@ -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 */
|
||||
|
Reference in New Issue
Block a user