summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/hv_mouse.c
AgeCommit message (Expand)Author
2011-10-17Staging: hv: mousevsc: Fix a checkpatch warningK. Y. Srinivasan
2011-10-11Staging: 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
2011-08-25Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driverK. Y. Srinivasan
2011-08-25Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan
2011-08-23Staging: hv: Fix macros, tab errors and warning in drivers/staging/hv/hv_mouse.cRuslan Pisarev
2011-07-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-06-20treewide: remove duplicate includesVitaliy Ivanov
2011-06-07Staging: hv: mouse: Get rid of the unused initialization of the name fieldK. Y. Srinivasan
2011-05-17Staging: hv: mousevsc_drv: Cleanup mousevsc_drv_exit() functionK. Y. Srinivasan
2011-05-17Staging: hv: mouse_drv: Fix a sparse warningK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan