diff options
author | Pali Rohár <[email protected]> | 2013-02-16 22:01:44 -0800 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2013-02-16 22:12:40 -0800 |
commit | 938789fea130c451fde618ac43955beae6b90177 (patch) | |
tree | 46a6c40e576a12c457b5d6ccb067aa42cb2d2486 | |
parent | 9eee07d39fa606a191ae65d3c0e12771a80e70ca (diff) |
Input: tsc2005 - add MODULE_ALIAS
This enables autoloading of tsc2005 driver when is compiled as a module.
Signed-off-by: Pali Rohár <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | drivers/input/touchscreen/tsc2005.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c index 9c0cdc7ea449..7213e8b07e79 100644 --- a/drivers/input/touchscreen/tsc2005.c +++ b/drivers/input/touchscreen/tsc2005.c @@ -753,3 +753,4 @@ module_spi_driver(tsc2005_driver); MODULE_AUTHOR("Lauri Leukkunen <[email protected]>"); MODULE_DESCRIPTION("TSC2005 Touchscreen Driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("spi:tsc2005"); |