]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hid/hid-dummy.c
HID: add support for Kye/Genius Ergo 525V
[linux-2.6-omap-h63xx.git] / drivers / hid / hid-dummy.c
index b4cc0f743d6305389f69f1ec8ae7ac0442745ee2..74d765f386241e7a9f0aa0b0496a0d486fd3432b 100644 (file)
@@ -28,12 +28,21 @@ static int __init hid_dummy_init(void)
 #ifdef CONFIG_HID_DELL_MODULE
        HID_COMPAT_CALL_DRIVER(dell);
 #endif
+#ifdef CONFIG_DRAGONRISE_FF_MODULE
+       HID_COMPAT_CALL_DRIVER(dragonrise);
+#endif
 #ifdef CONFIG_HID_EZKEY_MODULE
        HID_COMPAT_CALL_DRIVER(ezkey);
 #endif
+#ifdef CONFIG_HID_KYE_MODULE
+       HID_COMPAT_CALL_DRIVER(kye);
+#endif
 #ifdef CONFIG_HID_GYRATION_MODULE
        HID_COMPAT_CALL_DRIVER(gyration);
 #endif
+#ifdef CONFIG_HID_KENSINGTON_MODULE
+       HID_COMPAT_CALL_DRIVER(kensington);
+#endif
 #ifdef CONFIG_HID_LOGITECH_MODULE
        HID_COMPAT_CALL_DRIVER(logitech);
 #endif