mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
Input: gtco - add MODULE_DESCRIPTION()
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
bd3ce65560
commit
32a676fead
1 changed files with 1 additions and 0 deletions
|
@ -1050,4 +1050,5 @@ static void __exit gtco_exit(void)
|
|||
module_init(gtco_init);
|
||||
module_exit(gtco_exit);
|
||||
|
||||
MODULE_DESCRIPTION("GTCO digitizer USB driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in a new issue