mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
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>
This commit is contained in:
parent
bcd11879fb
commit
b88aa494c2
1 changed files with 1 additions and 0 deletions
|
@ -713,4 +713,5 @@ static void __exit tsc2005_exit(void)
|
||||||
module_exit(tsc2005_exit);
|
module_exit(tsc2005_exit);
|
||||||
|
|
||||||
MODULE_AUTHOR("Lauri Leukkunen <lauri.leukkunen@nokia.com>");
|
MODULE_AUTHOR("Lauri Leukkunen <lauri.leukkunen@nokia.com>");
|
||||||
|
MODULE_DESCRIPTION("TSC2005 Touchscreen Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
Loading…
Add table
Reference in a new issue