diff options
Diffstat (limited to 'drivers/hid/hid-logitech.c')
-rw-r--r-- | drivers/hid/hid-logitech.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-logitech.c b/drivers/hid/hid-logitech.c index 395e42ffb4d5..b2aaebe1ac05 100644 --- a/drivers/hid/hid-logitech.c +++ b/drivers/hid/hid-logitech.c | |||
@@ -310,3 +310,5 @@ static void lg_exit(void) | |||
310 | module_init(lg_init); | 310 | module_init(lg_init); |
311 | module_exit(lg_exit); | 311 | module_exit(lg_exit); |
312 | MODULE_LICENSE("GPL"); | 312 | MODULE_LICENSE("GPL"); |
313 | |||
314 | HID_COMPAT_LOAD_DRIVER(logitech); | ||