summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/hv_mouse.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Staging: hv: remove hv_mouse driver as it's now in the hid directoryGreg Kroah-Hartman1-602/+0
2011-12-01Staging: hv: mousevsc: Properly add the hid deviceK. Y. Srinivasan1-0/+4
2011-11-27staging: hv: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+1
2011-11-27Staging: hv: mousevsc: Use the KBUILD_MODNAME macroK. Y. Srinivasan1-1/+1
2011-11-27Staging: hv: mousevsc: Add a check to prevent memory corruptionK. Y. Srinivasan1-0/+12
2011-11-27Staging: hv: mousevsc: Address some style issuesK. Y. Srinivasan1-10/+6
2011-11-27Staging: hv: mousevsc: Get rid of unnecessary include filesK. Y. Srinivasan1-4/+1
2011-11-27Staging: hv: mousevsc: Add a new line to a debug stringK. Y. Srinivasan1-1/+1
2011-11-27Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()K. Y. Srinivasan1-48/+37
2011-11-27Staging: hv: mousevsc: Inline the code for reportdesc_callback()K. Y. Srinivasan1-40/+53
2011-11-27Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()K. Y. Srinivasan1-8/+2
2011-11-27Staging: hv: mousevsc: Make boolean states booleanK. Y. Srinivasan1-4/+4
2011-10-18Staging: hv: mousevsc: Fix a checkpatch warningK. Y. Srinivasan1-1/+0
2011-10-11Staging: 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-26Staging: hv: hv_mouse: fix up remove() functionGreg Kroah-Hartman1-8/+2
2011-08-26Staging: hv: hv_mouse: remove a forward declarationGreg Kroah-Hartman1-64/+62
2011-08-26Staging: hv: hv_mouse: remove inputreport_callback functionGreg Kroah-Hartman1-17/+6
2011-08-26Staging: hv: hv_mouse: remove deviceinfo_callback functionGreg Kroah-Hartman1-24/+10
2011-08-26Staging: hv: mouse: Get rid of the unused PCI signatureK. Y. Srinivasan1-22/+0
2011-08-26Staging: hv: mouse: Change the jump label Cleanup to cleanupK. Y. Srinivasan1-11/+11
2011-08-26Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()K. Y. Srinivasan1-1/+1
2011-08-26Staging: 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