]> git.baikalelectronics.ru Git - kernel.git/commit
HID: Move the hid-hyperv driver out of staging
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 17 Nov 2011 16:47:29 +0000 (08:47 -0800)
committerJiri Kosina <jkosina@suse.cz>
Tue, 22 Nov 2011 21:48:41 +0000 (22:48 +0100)
commitb6a5a38825f2efaa1d154779df58908096ebec93
tree03b7082f18cd99db0f2eebb3c1b4ee9e55d9b5d8
parent053240f59b8d9df1e2cf8fac0efd86601963ef3b
HID: Move the hid-hyperv driver out of staging

The file  hid-hyperv.c implements a hid compliant mouse driver for use on a
Hyper-V based system. This driver is currently in the staging area and as part
of the effort to move this driver out of staging, I had posted the driver code
for community review a few weeks ago. This current patch addresses all the
review comments I have gotten to date. All the relevant patches have already
been submitted to the staging tree as well.

As per Greg's suggestion, this patch does not get rid of the code from
the staging area. Once the mouse driver lands under the hid directory,
we will cleanup the staging directory.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-hyperv.c [new file with mode: 0644]