]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hid/hid-dummy.c
HID: move a4tech quirks
[linux-2.6-omap-h63xx.git] / drivers / hid / hid-dummy.c
index 27cffe3586f5b3631ed863f3e6d493ba5864e2f3..123f1c71cdf2d71a4aaf6624a22111c17d9bf83f 100644 (file)
@@ -4,6 +4,9 @@
 
 static int __init hid_dummy_init(void)
 {
+#ifdef CONFIG_HID_A4TECH_MODULE
+       HID_COMPAT_CALL_DRIVER(a4tech);
+#endif
 #ifdef CONFIG_HID_APPLE_MODULE
        HID_COMPAT_CALL_DRIVER(apple);
 #endif