mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
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:
parent
929ad795f0
commit
1eadd8c286
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user