aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/hv_mouse.c
AgeCommit message (Expand)Author
2011-12-01Staging: hv: remove hv_mouse driver as it's now in the hid directoryGreg Kroah-Hartman
2011-12-01Staging: hv: mousevsc: Properly add the hid deviceK. Y. Srinivasan
2011-11-26staging: hv: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-26Staging: hv: mousevsc: Use the KBUILD_MODNAME macroK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Add a check to prevent memory corruptionK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Address some style issuesK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Get rid of unnecessary include filesK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Add a new line to a debug stringK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()K. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Inline the code for reportdesc_callback()K. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()K. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Make boolean states booleanK. Y. Srinivasan
2011-10-17Staging: hv: mousevsc: Fix a checkpatch warningK. Y. Srinivasan
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary commentsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Enable autoloading of the mouse driverK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inliningK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup camel cased enumsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_devK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Now cleanup mousevsc_remove()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining codeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup alloc_input_device()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_reqK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Free allocated memory in free_input_device()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary pr_* callsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup error handlingK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary DPRINT callsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup and properly implement reportdesc_callback()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Use completion primitive to synchronizeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Correctly initialize the header sizeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Handle the case where we may get bogus report desc sizeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Change the allocation flags to reflect interrupt contextK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Fixup some bogus WARN_ON() callsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of the struct input_device_contextK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Fixup struct hv_input_dev_infoK. Y. Srinivasan
2011-09-16Staging: hv: mousevsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan
2011-08-29Staging: hv: mousevsc: Fix checkpatch errors and warningsK. Y. Srinivasan
2011-08-25Staging: hv: hv_mouse: fix up remove() functionGreg Kroah-Hartman
2011-08-25Staging: hv: hv_mouse: remove a forward declarationGreg Kroah-Hartman
2011-08-25Staging: hv: hv_mouse: remove inputreport_callback functionGreg Kroah-Hartman
2011-08-25Staging: hv: hv_mouse: remove deviceinfo_callback functionGreg Kroah-Hartman
2011-08-25Staging: hv: mouse: Get rid of the unused PCI signatureK. Y. Srinivasan
2011-08-25Staging: hv: mouse: Change the jump label Cleanup to cleanupK. Y. Srinivasan
2011-08-25Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()K. Y. Srinivasan
2011-08-25Staging: hv: fix up driver registering messGreg Kroah-Hartman
2011-08-25Staging: hv: create VMBUS_DEVICE macro and use it.Greg Kroah-Hartman