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 0c833d920c3d..27cffe3586f5 100644
--- a/drivers/hid/hid-dummy.c
+++ b/drivers/hid/hid-dummy.c
@@ -7,6 +7,9 @@ static int __init hid_dummy_init(void)
7#ifdef CONFIG_HID_APPLE_MODULE 7#ifdef CONFIG_HID_APPLE_MODULE
8 HID_COMPAT_CALL_DRIVER(apple); 8 HID_COMPAT_CALL_DRIVER(apple);
9#endif 9#endif
10#ifdef CONFIG_HID_CYPRESS_MODULE
11 HID_COMPAT_CALL_DRIVER(cypress);
12#endif
10#ifdef CONFIG_HID_LOGITECH_MODULE 13#ifdef CONFIG_HID_LOGITECH_MODULE
11 HID_COMPAT_CALL_DRIVER(logitech); 14 HID_COMPAT_CALL_DRIVER(logitech);
12#endif 15#endif