diff options
Diffstat (limited to 'drivers/hid/hid-megaworld.c')
-rw-r--r-- | drivers/hid/hid-megaworld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-megaworld.c b/drivers/hid/hid-megaworld.c index 599657863cb9..0476d7d16e7f 100644 --- a/drivers/hid/hid-megaworld.c +++ b/drivers/hid/hid-megaworld.c @@ -122,4 +122,5 @@ static struct hid_driver mwctrl_driver = { }; module_hid_driver(mwctrl_driver); +MODULE_DESCRIPTION("Vibration support for Mega World controllers"); MODULE_LICENSE("GPL"); |