Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 938789fe authored by Pali Rohár's avatar Pali Rohár Committed by Dmitry Torokhov
Browse files

Input: tsc2005 - add MODULE_ALIAS



This enables autoloading of tsc2005 driver when is compiled as a module.

Signed-off-by: default avatarPali Rohár <pali.rohar@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 9eee07d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -753,3 +753,4 @@ module_spi_driver(tsc2005_driver);
MODULE_AUTHOR("Lauri Leukkunen <lauri.leukkunen@nokia.com>");
MODULE_DESCRIPTION("TSC2005 Touchscreen Driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("spi:tsc2005");