Message ID | 20200602004724.108992-2-marcelo.cerri@canonical.com |
---|---|
State | New |
Headers | show |
Series | LP:#1881662 - Add Description To Hyper-V Modules | expand |
diff --git a/drivers/input/serio/hyperv-keyboard.c b/drivers/input/serio/hyperv-keyboard.c index c137ffa6fdec..d52043d0d537 100644 --- a/drivers/input/serio/hyperv-keyboard.c +++ b/drivers/input/serio/hyperv-keyboard.c @@ -414,5 +414,7 @@ static void __exit hv_kbd_exit(void) } MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("Microsoft Hyper-V Synthetic Keyboard Driver"); + module_init(hv_kbd_init); module_exit(hv_kbd_exit);