Message ID | 20200602004724.108992-3-marcelo.cerri@canonical.com |
---|---|
State | New |
Headers | show |
Series | LP:#1881662 - Add Description To Hyper-V Modules | expand |
diff --git a/drivers/hid/hid-hyperv.c b/drivers/hid/hid-hyperv.c index cb4ebd83527a..05c7288c9b15 100644 --- a/drivers/hid/hid-hyperv.c +++ b/drivers/hid/hid-hyperv.c @@ -575,5 +575,7 @@ static void __exit mousevsc_exit(void) } MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("Microsoft Hyper-V Synthetic HID Driver"); + module_init(mousevsc_init); module_exit(mousevsc_exit);