linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: input: serio: Add a module desription
@ 2019-04-22 21:38 Joseph Salisbury
  2019-04-23  3:47 ` [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard driver Joseph Salisbury
  2019-04-23 16:39 ` Michael Kelley
  0 siblings, 2 replies; 4+ messages in thread
From: Joseph Salisbury @ 2019-04-22 21:38 UTC (permalink / raw)
  To: KY Srinivasan, Haiyang Zhang, Stephen Hemminger, Michael Kelley,
	sashal, dmitry.torokhov
  Cc: linux-hyperv, linux-input, linux-kernel

Signed-off-by: Joseph Salisbury <joseph.salisbury@microsoft.com>
---
 drivers/input/serio/hyperv-keyboard.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/input/serio/hyperv-keyboard.c b/drivers/input/serio/hyperv-keyboard.c
index a8b9be3e28db..7935e52b5435 100644
--- a/drivers/input/serio/hyperv-keyboard.c
+++ b/drivers/input/serio/hyperv-keyboard.c
@@ -440,5 +440,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);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-23 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22 21:38 [PATCH] drivers: input: serio: Add a module desription Joseph Salisbury
2019-04-23  3:47 ` [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard driver Joseph Salisbury
2019-04-23 16:39 ` Michael Kelley
2019-04-23 19:45   ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).