aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-keytouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-keytouch.c')
-rw-r--r--drivers/hid/hid-keytouch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-keytouch.c b/drivers/hid/hid-keytouch.c
index 73bf8642dfe3..a972943baaea 100644
--- a/drivers/hid/hid-keytouch.c
+++ b/drivers/hid/hid-keytouch.c
@@ -48,5 +48,6 @@ static struct hid_driver keytouch_driver = {
};
module_hid_driver(keytouch_driver);
+MODULE_DESCRIPTION("HID driver for Keytouch devices not fully compliant with HID standard");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Jiri Kosina");