Commit c8b67499 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] input: missing module licenses

From: Dmitry Torokhov <dtor_core@ameritech.net>

Add missing MODULE_LICENSEs
parent 9b7bd673
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
MODULE_AUTHOR("YAEGASHI Takeshi <t@keshi.org>"); MODULE_AUTHOR("YAEGASHI Takeshi <t@keshi.org>");
MODULE_DESCRIPTION("SEGA Dreamcast keyboard driver"); MODULE_DESCRIPTION("SEGA Dreamcast keyboard driver");
MODULE_LICENSE("GPL");
static unsigned char dc_kbd_keycode[256] = { static unsigned char dc_kbd_keycode[256] = {
0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38, 0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38,
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
#include <linux/serio.h> #include <linux/serio.h>
MODULE_AUTHOR("Justin Cormack <j.cormack@doc.ic.ac.uk>"); MODULE_AUTHOR("Justin Cormack <j.cormack@doc.ic.ac.uk>");
MODULE_DESCRIPTION("Newton keyboard driver");
MODULE_LICENSE("GPL");
#define NKBD_KEY 0x7f #define NKBD_KEY 0x7f
#define NKBD_PRESS 0x80 #define NKBD_PRESS 0x80
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment