Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6-microblaze.git] / drivers / hid / hid-hyperv.c
index fc1db8c..704049e 100644 (file)
@@ -598,6 +598,9 @@ static struct  hv_driver mousevsc_drv = {
        .id_table = id_table,
        .probe = mousevsc_probe,
        .remove = mousevsc_remove,
+       .driver = {
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
+       },
 };
 
 static int __init mousevsc_init(void)