aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-dummy.c')
-rw-r--r--drivers/hid/hid-dummy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-dummy.c b/drivers/hid/hid-dummy.c
index 1dbb454c8112..1c9e7c2814a5 100644
--- a/drivers/hid/hid-dummy.c
+++ b/drivers/hid/hid-dummy.c
@@ -25,6 +25,9 @@ static int __init hid_dummy_init(void)
25#ifdef CONFIG_HID_EZKEY_MODULE 25#ifdef CONFIG_HID_EZKEY_MODULE
26 HID_COMPAT_CALL_DRIVER(ezkey); 26 HID_COMPAT_CALL_DRIVER(ezkey);
27#endif 27#endif
28#ifdef CONFIG_HID_EZKEY_MODULE
29 HID_COMPAT_CALL_DRIVER(gyration);
30#endif
28#ifdef CONFIG_HID_LOGITECH_MODULE 31#ifdef CONFIG_HID_LOGITECH_MODULE
29 HID_COMPAT_CALL_DRIVER(logitech); 32 HID_COMPAT_CALL_DRIVER(logitech);
30#endif 33#endif