summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-09-29 11:55:03 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-04 10:39:39 -0700
commit1eadd8c286824ab50298bc6c828d4984bd297e9f (patch)
tree205a8401818e71b8d49bc61776bd8769cd6bf1c8 /drivers/staging/hv
parent929ad795f0a8d3419ea19c76d7c13ebb96c49286 (diff)
downloadop-kernel-dev-1eadd8c286824ab50298bc6c828d4984bd297e9f.zip
op-kernel-dev-1eadd8c286824ab50298bc6c828d4984bd297e9f.tar.gz
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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/hv_mouse.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c
index 98ae062..71b460b 100644
--- a/drivers/staging/hv/hv_mouse.c
+++ b/drivers/staging/hv/hv_mouse.c
@@ -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",
OpenPOWER on IntegriCloud