Skip to content

Commit

Permalink
Staging: hv: mousevsc: Remove the mouse driver from the staging tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Jiri Kosina committed Nov 28, 2011
1 parent 6cf851d commit 045b168
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 606 deletions.
6 changes: 0 additions & 6 deletions drivers/staging/hv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ config HYPERV_NET
depends on HYPERV && NET
help
Select this option to enable the Hyper-V virtual network driver.

config HYPERV_MOUSE
tristate "Microsoft Hyper-V mouse driver"
depends on HYPERV && HID
help
Select this option to enable the Hyper-V mouse driver.
1 change: 0 additions & 1 deletion drivers/staging/hv/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o
obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
obj-$(CONFIG_HYPERV_MOUSE) += hv_mouse.o

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

0 comments on commit 045b168

Please sign in to comment.