diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-03-16 22:09:03 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-03-16 23:28:18 -0700 |
commit | b88aa494c27552e6fa94e4abaa5ea4f9b2f170a8 (patch) | |
tree | e1ef8ccfee8b7d16b961582db2dd72a0deb86174 /drivers/input | |
parent | bcd11879fb5c84b3ca9167022b4c2b66d0935c52 (diff) | |
download | op-kernel-dev-b88aa494c27552e6fa94e4abaa5ea4f9b2f170a8.zip op-kernel-dev-b88aa494c27552e6fa94e4abaa5ea4f9b2f170a8.tar.gz |
Input: tsc2005 - add module description
Add proper module description so that it would show in 'modinfo'
output.
Tested-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-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 2435235..596fd1f 100644 --- a/drivers/input/touchscreen/tsc2005.c +++ b/drivers/input/touchscreen/tsc2005.c @@ -713,4 +713,5 @@ static void __exit tsc2005_exit(void) module_exit(tsc2005_exit); MODULE_AUTHOR("Lauri Leukkunen <lauri.leukkunen@nokia.com>"); +MODULE_DESCRIPTION("TSC2005 Touchscreen Driver"); MODULE_LICENSE("GPL"); |