aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-hyperv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-02HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang1-1/+1
2022-06-08HID: hyperv: Correctly access fields declared as __le16Michael Kelley1-2/+3
2020-09-28HID: hyperv: Use VMBUS_RING_SIZE() for ringbuffer sizesBoqun Feng1-2/+2
2020-03-05HID: hyperv: NULL check before some freeing functions is not needed.Lucas Tanure1-4/+2
2019-11-21HID: hyperv: Add the support of hibernationDexuan Cui1-0/+34
2019-10-01HID: hyperv: Use in-place iterator API in the channel callbackDexuan Cui1-46/+10
2019-09-02HID: hv: Remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura1-2/+2
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-06-01HID: hyperv: Add a module description lineJoseph Salisbury1-0/+2
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2018-11-15Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov1-1/+1
2018-07-03use the new async probing feature for the hyperv driversArjan van de Ven1-0/+3
2017-10-05HID: hyperv: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2015-01-26HID: hyperv: match wait_for_completion_timeout return typeNicholas Mc Guire1-1/+1
2014-08-04HID: hyperv: register as a wakeup sourceDexuan Cui1-0/+6
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina1-0/+10
2014-03-28HID: hyperv: fix _raw_request() prototypeJiri Kosina1-1/+1
2014-03-28HID: hyperv: Implement a stub raw_request() entry pointK. Y. Srinivasan1-0/+10
2014-02-17HID: hyperv: make sure input buffer is big enoughDavid Herrmann1-3/+8
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering1-1/+0
2013-06-03HID: hyperv: convert alloc+memcpy to memdupThomas Meyer1-3/+1
2013-01-25Drivers: hid: hid-hyperv: Use consolidated GUID definitionsK. Y. Srinivasan1-2/+1
2012-05-17HID: hyperv: Set the hid drvdata correctlyK. Y. Srinivasan1-1/+2
2012-05-01HID: hid-hyperv: Do not use hid_parse_report() directlyHenrik Rydberg1-2/+12
2012-02-02HID: hyperv: Properly disconnect the input deviceK. Y. Srinivasan1-0/+1
2011-12-01HID: hv_mouse: Properly add the hid deviceK. Y. Srinivasan1-0/+4
2011-11-22HID: Move the hid-hyperv driver out of stagingK. Y. Srinivasan1-0/+582