summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/hv_mouse.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-17Staging: hv: mousevsc: Fix a checkpatch warningK. Y. Srinivasan1-1/+0
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman1-2/+1
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary commentsK. Y. Srinivasan1-21/+0
2011-10-04Staging: hv: mousevsc: Enable autoloading of the mouse driverK. Y. Srinivasan1-4/+1
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()K. Y. Srinivasan1-7/+2
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inliningK. Y. Srinivasan1-19/+8
2011-10-04Staging: hv: mousevsc: Cleanup camel cased enumsK. Y. Srinivasan1-17/+17
2011-10-04Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_devK. Y. Srinivasan1-51/+3
2011-10-04Staging: hv: mousevsc: Now cleanup mousevsc_remove()K. Y. Srinivasan1-50/+3
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining codeK. Y. Srinivasan1-30/+17
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()K. Y. Srinivasan1-33/+1
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()K. Y. Srinivasan1-21/+0
2011-10-04Staging: hv: mousevsc: Cleanup alloc_input_device()K. Y. Srinivasan1-1/+1
2011-10-04Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_reqK. Y. Srinivasan1-3/+0
2011-10-04Staging: hv: mousevsc: Free allocated memory in free_input_device()K. Y. Srinivasan1-0/+2
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary pr_* callsK. Y. Srinivasan1-53/+11
2011-10-04Staging: hv: mousevsc: Cleanup error handlingK. Y. Srinivasan1-16/+7
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary DPRINT callsK. Y. Srinivasan1-15/+3
2011-10-04Staging: hv: mousevsc: Cleanup and properly implement reportdesc_callback()K. Y. Srinivasan1-33/+23
2011-10-04Staging: hv: mousevsc: Use completion primitive to synchronizeK. Y. Srinivasan1-20/+10
2011-10-04Staging: hv: mousevsc: Correctly initialize the header sizeK. Y. Srinivasan1-1/+1
2011-10-04Staging: hv: mousevsc: Handle the case where we may get bogus report desc sizeK. Y. Srinivasan1-0/+2
2011-10-04Staging: hv: mousevsc: Change the allocation flags to reflect interrupt contextK. Y. Srinivasan1-3/+3
2011-10-04Staging: hv: mousevsc: Fixup some bogus WARN_ON() callsK. Y. Srinivasan1-3/+3
2011-10-04Staging: hv: mousevsc: Get rid of the struct input_device_contextK. Y. Srinivasan1-38/+13
2011-10-04Staging: hv: mousevsc: Fixup struct hv_input_dev_infoK. Y. Srinivasan1-3/+3
2011-09-16Staging: hv: mousevsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan1-9/+9
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan1-1/+2
2011-08-29Staging: hv: mousevsc: Fix checkpatch errors and warningsK. Y. Srinivasan1-7/+8
2011-08-25Staging: hv: hv_mouse: fix up remove() functionGreg Kroah-Hartman1-8/+2
2011-08-25Staging: hv: hv_mouse: remove a forward declarationGreg Kroah-Hartman1-64/+62
2011-08-25Staging: hv: hv_mouse: remove inputreport_callback functionGreg Kroah-Hartman1-17/+6
2011-08-25Staging: hv: hv_mouse: remove deviceinfo_callback functionGreg Kroah-Hartman1-24/+10
2011-08-25Staging: hv: mouse: Get rid of the unused PCI signatureK. Y. Srinivasan1-22/+0
2011-08-25Staging: hv: mouse: Change the jump label Cleanup to cleanupK. Y. Srinivasan1-11/+11
2011-08-25Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()K. Y. Srinivasan1-1/+1
2011-08-25Staging: hv: fix up driver registering messGreg Kroah-Hartman1-18/+3
2011-08-25Staging: hv: create VMBUS_DEVICE macro and use it.Greg Kroah-Hartman1-10/+4
2011-08-25Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driverK. Y. Srinivasan1-9/+18
2011-08-25Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan1-3/+3
2011-08-23Staging: hv: Fix macros, tab errors and warning in drivers/staging/hv/hv_mouse.cRuslan Pisarev1-20/+20
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-06-07Staging: hv: mouse: Get rid of the unused initialization of the name fieldK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: mousevsc_drv: Cleanup mousevsc_drv_exit() functionK. Y. Srinivasan1-32/+1
2011-05-17Staging: hv: mouse_drv: Fix a sparse warningK. Y. Srinivasan1-1/+1
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan1-1/+0