Staging: hv: mousevsc: Enable autoloading of the mouse driver
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 29 Sep 2011 18:55:03 +0000 (11:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:39:39 +0000 (10:39 -0700)
Now that the mouse driver is functional, enable the auto-loading of the driver.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hv_mouse.c

index 98ae062..71b460b 100644 (file)
@@ -596,10 +596,7 @@ static const struct hv_vmbus_device_id id_table[] = {
        { },
 };
 
-/*
- * The mouse driver is not functional; do not auto-load it.
- */
-/* MODULE_DEVICE_TABLE(vmbus, id_table); */
+MODULE_DEVICE_TABLE(vmbus, id_table);
 
 static struct  hv_driver mousevsc_drv = {
        .name = "mousevsc",