Skip to content

Commit 045b168

Browse files
kattisrinivasanJiri Kosina
authored andcommitted
Staging: hv: mousevsc: Remove the mouse driver from the staging tree
The mouse driver for Hyper-V is a HID compliant mouse driver. Now that all relevant review comments have been addressed, Jiri has agreed to merge this mouse driver into 3.3 hid.git. This patch takes care of removing the mouse driver from the staging area. Greg, if you can ack this patch, Jiri will proceed with his merge. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 6cf851d commit 045b168

File tree

3 files changed

+0
-606
lines changed

3 files changed

+0
-606
lines changed

drivers/staging/hv/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ config HYPERV_NET
99
depends on HYPERV && NET
1010
help
1111
Select this option to enable the Hyper-V virtual network driver.
12-
13-
config HYPERV_MOUSE
14-
tristate "Microsoft Hyper-V mouse driver"
15-
depends on HYPERV && HID
16-
help
17-
Select this option to enable the Hyper-V mouse driver.

drivers/staging/hv/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o
22
obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
3-
obj-$(CONFIG_HYPERV_MOUSE) += hv_mouse.o
43

54
hv_storvsc-y := storvsc_drv.o
65
hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o

0 commit comments

Comments
 (0)