]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hid/hid-dummy.c
oom: do not dump task state for non thread group leaders
[linux-2.6-omap-h63xx.git] / drivers / hid / hid-dummy.c
index ae122a122faac829e4ccd2957d968793e3799095..e148f86fb58e188e6e622e8a4e01daec0ecc4129 100644 (file)
@@ -13,6 +13,9 @@ static int __init hid_dummy_init(void)
 #ifdef CONFIG_HID_BELKIN_MODULE
        HID_COMPAT_CALL_DRIVER(belkin);
 #endif
+#ifdef CONFIG_HID_BRIGHT_MODULE
+       HID_COMPAT_CALL_DRIVER(bright);
+#endif
 #ifdef CONFIG_HID_CHERRY_MODULE
        HID_COMPAT_CALL_DRIVER(cherry);
 #endif
@@ -58,6 +61,9 @@ static int __init hid_dummy_init(void)
 #ifdef CONFIG_THRUSTMASTER_FF_MODULE
        HID_COMPAT_CALL_DRIVER(thrustmaster);
 #endif
+#ifdef CONFIG_ZEROPLUS_FF_MODULE
+       HID_COMPAT_CALL_DRIVER(zeroplus);
+#endif
 
        return -EIO;
 }