Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1eadd8c2 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman
Browse files

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: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 929ad795
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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",