aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-hyperv.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-09HID: hyperv: avoid struct memcpy overrun warningGravatar Arnd Bergmann 1-6/+4
2023-02-22Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-02-06HID: hyperv: Constify lowlevel HID driverGravatar Thomas Weißschuh 1-1/+1
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedGravatar Dawei Li 1-3/+1
2022-12-13Merge branch 'for-6.2/hyperv' into for-linusGravatar Jiri Kosina 1-21/+10
2022-11-02HID: hyperv: fix possible memory leak in mousevsc_probe()Gravatar Yang Yingliang 1-1/+1
2022-10-24HID: hyperv: remove unused struct synthhid_msgGravatar Paulo Miguel Almeida 1-12/+4
2022-10-18HID: hyperv: Replace one-element array with flexible-array memberGravatar Paulo Miguel Almeida 1-10/+7
2022-06-08HID: hyperv: Correctly access fields declared as __le16Gravatar Michael Kelley 1-2/+3
2020-09-28HID: hyperv: Use VMBUS_RING_SIZE() for ringbuffer sizesGravatar Boqun Feng 1-2/+2
2020-03-05HID: hyperv: NULL check before some freeing functions is not needed.Gravatar Lucas Tanure 1-4/+2
2019-11-21HID: hyperv: Add the support of hibernationGravatar Dexuan Cui 1-0/+34
2019-10-01HID: hyperv: Use in-place iterator API in the channel callbackGravatar Dexuan Cui 1-46/+10
2019-09-02HID: hv: Remove dependencies on PAGE_SIZE for ring bufferGravatar Maya Nakamura 1-2/+2
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Gravatar Linus Torvalds 1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-9/+1
2019-06-01HID: hyperv: Add a module description lineGravatar Joseph Salisbury 1-0/+2
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2018-11-15Input: hyper-v - fix wakeup from suspend-to-idleGravatar Vitaly Kuznetsov 1-1/+1
2018-07-03use the new async probing feature for the hyperv driversGravatar Arjan van de Ven 1-0/+3
2017-10-05HID: hyperv: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2015-01-26HID: hyperv: match wait_for_completion_timeout return typeGravatar Nicholas Mc Guire 1-1/+1
2014-08-04HID: hyperv: register as a wakeup sourceGravatar Dexuan Cui 1-0/+6
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusGravatar Jiri Kosina 1-0/+10
2014-03-28HID: hyperv: fix _raw_request() prototypeGravatar Jiri Kosina 1-1/+1
2014-03-28HID: hyperv: Implement a stub raw_request() entry pointGravatar K. Y. Srinivasan 1-0/+10
2014-02-17HID: hyperv: make sure input buffer is big enoughGravatar David Herrmann 1-3/+8
2013-08-02Drivers: hv: remove HV_DRV_VERSIONGravatar Olaf Hering 1-1/+0
2013-06-03HID: hyperv: convert alloc+memcpy to memdupGravatar Thomas Meyer 1-3/+1
2013-01-25Drivers: hid: hid-hyperv: Use consolidated GUID definitionsGravatar K. Y. Srinivasan 1-2/+1
2012-05-17HID: hyperv: Set the hid drvdata correctlyGravatar K. Y. Srinivasan 1-1/+2
2012-05-01HID: hid-hyperv: Do not use hid_parse_report() directlyGravatar Henrik Rydberg 1-2/+12
2012-02-02HID: hyperv: Properly disconnect the input deviceGravatar K. Y. Srinivasan 1-0/+1
2011-12-01HID: hv_mouse: Properly add the hid deviceGravatar K. Y. Srinivasan 1-0/+4
2011-11-22HID: Move the hid-hyperv driver out of stagingGravatar K. Y. Srinivasan 1-0/+582