dect
/
linux-2.6
Archived
13
0
Fork 0

Staging: hv: mousevsc: Enable autoloading of the mouse driver

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>
This commit is contained in:
K. Y. Srinivasan 2011-09-29 11:55:03 -07:00 committed by Greg Kroah-Hartman
parent 929ad795f0
commit 1eadd8c286
1 changed files with 1 additions and 4 deletions

View 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",