Commit b88aa494 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: tsc2005 - add module description

Add proper module description so that it would show in 'modinfo'
output.
Tested-by: default avatarAaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent bcd11879
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment