Skip to content

Commit

Permalink
Staging: hv: mousevsc: Enable autoloading of the mouse driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Oct 4, 2011
1 parent 929ad79 commit 1eadd8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1eadd8c

Please sign in to comment.