summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_mouse.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: remove hv_mouse driver as it's now in the hid directoryGreg Kroah-Hartman2011-12-011-602/+0
* Staging: hv: mousevsc: Properly add the hid deviceK. Y. Srinivasan2011-12-011-0/+4
* staging: hv: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-261-3/+1
* Staging: hv: mousevsc: Use the KBUILD_MODNAME macroK. Y. Srinivasan2011-11-261-1/+1
* Staging: hv: mousevsc: Add a check to prevent memory corruptionK. Y. Srinivasan2011-11-261-0/+12
* Staging: hv: mousevsc: Address some style issuesK. Y. Srinivasan2011-11-261-10/+6
* Staging: hv: mousevsc: Get rid of unnecessary include filesK. Y. Srinivasan2011-11-261-4/+1
* Staging: hv: mousevsc: Add a new line to a debug stringK. Y. Srinivasan2011-11-261-1/+1
* Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()K. Y. Srinivasan2011-11-261-48/+37
* Staging: hv: mousevsc: Inline the code for reportdesc_callback()K. Y. Srinivasan2011-11-261-40/+53
* Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()K. Y. Srinivasan2011-11-261-8/+2
* Staging: hv: mousevsc: Make boolean states booleanK. Y. Srinivasan2011-11-261-4/+4
* Staging: hv: mousevsc: Fix a checkpatch warningK. Y. Srinivasan2011-10-171-1/+0
* Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-101-2/+1
* Staging: hv: mousevsc: Get rid of unnecessary commentsK. Y. Srinivasan2011-10-041-21/+0
* Staging: hv: mousevsc: Enable autoloading of the mouse driverK. Y. Srinivasan2011-10-041-4/+1
* Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()K. Y. Srinivasan2011-10-041-7/+2
* Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inliningK. Y. Srinivasan2011-10-041-19/+8
* Staging: hv: mousevsc: Cleanup camel cased enumsK. Y. Srinivasan2011-10-041-17/+17
* Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_devK. Y. Srinivasan2011-10-041-51/+3
* Staging: hv: mousevsc: Now cleanup mousevsc_remove()K. Y. Srinivasan2011-10-041-50/+3
* Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining codeK. Y. Srinivasan2011-10-041-30/+17
* Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()K. Y. Srinivasan2011-10-041-33/+1
* Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()K. Y. Srinivasan2011-10-041-21/+0
* Staging: hv: mousevsc: Cleanup alloc_input_device()K. Y. Srinivasan2011-10-041-1/+1
* Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_reqK. Y. Srinivasan2011-10-041-3/+0
* Staging: hv: mousevsc: Free allocated memory in free_input_device()K. Y. Srinivasan2011-10-041-0/+2
* Staging: hv: mousevsc: Get rid of unnecessary pr_* callsK. Y. Srinivasan2011-10-041-53/+11
* Staging: hv: mousevsc: Cleanup error handlingK. Y. Srinivasan2011-10-041-16/+7
* Staging: hv: mousevsc: Get rid of unnecessary DPRINT callsK. Y. Srinivasan2011-10-041-15/+3
* Staging: hv: mousevsc: Cleanup and properly implement reportdesc_callback()K. Y. Srinivasan2011-10-041-33/+23
* Staging: hv: mousevsc: Use completion primitive to synchronizeK. Y. Srinivasan2011-10-041-20/+10
* Staging: hv: mousevsc: Correctly initialize the header sizeK. Y. Srinivasan2011-10-041-1/+1
* Staging: hv: mousevsc: Handle the case where we may get bogus report desc sizeK. Y. Srinivasan2011-10-041-0/+2
* Staging: hv: mousevsc: Change the allocation flags to reflect interrupt contextK. Y. Srinivasan2011-10-041-3/+3
* Staging: hv: mousevsc: Fixup some bogus WARN_ON() callsK. Y. Srinivasan2011-10-041-3/+3
* Staging: hv: mousevsc: Get rid of the struct input_device_contextK. Y. Srinivasan2011-10-041-38/+13
* Staging: hv: mousevsc: Fixup struct hv_input_dev_infoK. Y. Srinivasan2011-10-041-3/+3
* Staging: hv: mousevsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan2011-09-161-9/+9
* Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan2011-09-161-1/+2
* Staging: hv: mousevsc: Fix checkpatch errors and warningsK. Y. Srinivasan2011-08-291-7/+8
* Staging: hv: hv_mouse: fix up remove() functionGreg Kroah-Hartman2011-08-251-8/+2
* Staging: hv: hv_mouse: remove a forward declarationGreg Kroah-Hartman2011-08-251-64/+62
* Staging: hv: hv_mouse: remove inputreport_callback functionGreg Kroah-Hartman2011-08-251-17/+6
* Staging: hv: hv_mouse: remove deviceinfo_callback functionGreg Kroah-Hartman2011-08-251-24/+10
* Staging: hv: mouse: Get rid of the unused PCI signatureK. Y. Srinivasan2011-08-251-22/+0
* Staging: hv: mouse: Change the jump label Cleanup to cleanupK. Y. Srinivasan2011-08-251-11/+11
* Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()K. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: fix up driver registering messGreg Kroah-Hartman2011-08-251-18/+3
* Staging: hv: create VMBUS_DEVICE macro and use it.Greg Kroah-Hartman2011-08-251-10/+4
OpenPOWER on IntegriCloud