summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_mouse.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: mouse_drv: Get rid of some unused codeK. Y. Srinivasan2011-05-111-14/+0Star
* Staging: hv: Make mousevsc_drv an instance of struct hv_driverK. Y. Srinivasan2011-05-111-9/+9
* Staging: hv: Get rid of an empty function mouse_vsc_initialize()K. Y. Srinivasan2011-05-111-10/+0Star
* Staging: hv: mouse_drv: Move the code to copy dev_type informationK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: mouse_drv: Move the assignment of name variableK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: mouse_drv: Directly assign the driver nameK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: mousevsc_drv: Statically initialize probe/removeK. Y. Srinivasan2011-05-111-4/+4
* Staging: hv: Move the declaration of the variable mousevsc_drvK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: mouse_vsc: Rename the variable g_mousevsc_drvK. Y. Srinivasan2011-05-111-4/+4
* Staging: hv: Cleanup calls to cleanup() in hv_mouse.cK. Y. Srinivasan2011-05-111-4/+0Star
* Staging: hv: Cleanup mouse_vsc_initialize()K. Y. Srinivasan2011-05-111-9/+1Star
* Staging: hv: Get rid of the mouse cleanup() functionK. Y. Srinivasan2011-05-111-4/+0Star
* Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_removeK. Y. Srinivasan2011-05-111-7/+1Star
* Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_add()K. Y. Srinivasan2011-05-111-4/+1Star
* Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan2011-05-031-6/+5Star
* Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan2011-05-031-6/+5Star
* Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan2011-04-271-9/+13
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-2/+4
|\
| * Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-071-2/+3
| |\
| | * staging: fix hv_mouse build, needs delay.hRandy Dunlap2011-04-051-0/+1
| | * staging: hv: fix reversed memset arguments in hv_mouseDave Jones2011-04-051-2/+2
| * | fix build fail for hv_mouse indefine udelayYouquan Song2011-04-071-0/+1
| |/
* | staging: hv: Convert camel case in in all functions to lower case in hv_mouseHank Janssen2011-04-051-112/+113
* | staging: hv: Convert camel case members of struct mousevsc_dev to lower caseHank Janssen2011-04-051-62/+65
* | staging: hv: Convert camel case member of struct mousevsc_drv_obj to lower caseHank Janssen2011-04-051-13/+13
* | staging: hv: Convert camel case func params to lower case in hv_mouseHank Janssen2011-04-051-85/+87
* | staging: hv: change camel case funct names to lower case funct in hv_mouseHank Janssen2011-04-051-43/+49
|/
* staging: hv: fix memory leaksAlexander Beregalov2011-03-141-0/+2
* staging: hv: Remove NULL check before kfreeIlia Mirkin2011-03-141-8/+4Star
* Staging: hv: Remove the vm_device structureK. Y. Srinivasan2011-03-071-12/+7Star
* Staging: hv: Eliminate mousevsc_driver_contextK. Y. Srinivasan2011-03-071-14/+7Star
* Staging: hv: Eliminate driver_context structureK. Y. Srinivasan2011-03-071-17/+15Star
* Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Use generic device_driver probe functionK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: hv_mouse: remove unneeded function forward declarationGreg Kroah-Hartman2011-03-031-3/+0Star
* Staging: hv: hv_mouse: fix up guid variable nameGreg Kroah-Hartman2011-03-031-2/+2
* Staging: hv: hv_mouse: get rid of hungarian notation for name of the moduleGreg Kroah-Hartman2011-03-031-5/+2Star
* Staging: hv: hv_mouse: fix up camelcase fields in struct mousevsc_prt_msgGreg Kroah-Hartman2011-03-031-10/+10
* Staging: hv: hv_mouse: fix up camelcase usage in struct pipe_prt_msgGreg Kroah-Hartman2011-03-031-4/+4
* Staging: hv: hv_mouse: fix up pipe size field nameGreg Kroah-Hartman2011-03-031-7/+9