summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| * | | HID: intel-ish-hid: ishtp: Add dma_no_cache_snooping() callbackEven Xu2021-06-142-0/+19
| * | | HID: intel-ish-hid: Set ISH driver depends on x86Even Xu2021-06-141-0/+1
| * | | HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warningLee Jones2021-04-074-8/+8
| * | | HID: intel-ish-hid: ishtp-fw-loader: Fix a bunch of formatting issuesLee Jones2021-04-071-22/+23
| * | | HID: ishtp-hid-client: Fix incorrect function name report_bad_packet()Lee Jones2021-04-071-1/+1
| * | | HID: intel-ish-hid: ipc: Correct fw_reset_work_fn() function name in headerLee Jones2021-04-071-1/+1
| * | | HID: intel-ish-hid: Fix potential copy/paste errorLee Jones2021-04-071-1/+1
| * | | HID: intel-ish-hid: Fix a little doc-rotLee Jones2021-04-071-1/+1
| * | | HID: intel-ish: Fix a naming disparity and a formatting errorLee Jones2021-04-071-2/+2
| * | | HID: intel-ish: Supply some missing param descriptionsLee Jones2021-04-071-0/+5
| * | | HID: intel-ish-hid: pci-ish: Remove unused variable 'ret'Lee Jones2021-04-071-2/+1
| * | | HID: ishtp-hid-client: Move variable to where it's actually usedLee Jones2021-04-072-5/+5
| * | | HID: intel-ish-hid: Remove unused variable 'err'Lee Jones2021-04-071-2/+1
| * | | HID: intel_ish-hid: HBM: Use connected standby state bit during suspend/resumeYe Xiang2021-03-192-3/+4
| * | | HID: intel-ish-hid: Make remove callback return voidUwe Kleine-König2021-03-083-9/+4
| * | | HID: intel-ish-hid: Simplify logic in ishtp_cl_device_remove()Uwe Kleine-König2021-03-081-6/+4
| * | | HID: intel-ish-hid: Drop if block with an always false conditionUwe Kleine-König2021-03-081-5/+1
* | | | Merge branch 'for-5.14/google' into for-linusJiri Kosina2021-06-301-0/+10
|\ \ \ \
| * | | | HID: google: Add of_match table to Whiskers switch device.Ikjoon Jang2021-05-051-0/+10
| | |/ / | |/| |
* | | | Merge branch 'for-5.14/core' into for-linusJiri Kosina2021-06-304-11/+40
|\ \ \ \
| * | | | HID: input: Add support for Programmable ButtonsThomas Weißschuh2021-06-242-0/+33
| * | | | HID: usbmouse: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo2021-05-261-1/+1
| * | | | HID: input: replace outdated HID numbers+comments with macrosAhelenia Ziemiańska2021-05-051-3/+3
| * | | | HID: do not use down_interruptible() when unbinding devicesDmitry Torokhov2021-05-051-7/+3
| |/ / /
* | | | Merge branch 'for-5.14/amd-sfh' into for-linusJiri Kosina2021-06-307-34/+324
|\ \ \ \
| * | | | HID: amd_sfh: Add initial support for HPD sensorBasavaraj Natikar2021-06-246-2/+174
| * | | | HID: amd_sfh: Extend ALS support for newer AMD platformBasavaraj Natikar2021-06-246-26/+45
| * | | | HID: amd_sfh: Extend driver capabilities for multi-generation supportBasavaraj Natikar2021-06-243-6/+105
| | |_|/ | |/| |
* | | | HID: thrustmaster: Switch to kmemdup() when allocate change_requestYang Yingliang2021-06-251-2/+3
* | | | HID: wacom: Correct base usage for capacitive ExpressKey status bitsJason Gerecke2021-06-241-1/+1
* | | | HID: surface-hid: Fix get-report requestMaximilian Luz2021-06-151-1/+1
* | | | HID: sony: fix freeze when inserting ghlive ps3/wii donglesPascal Giard2021-06-151-49/+49
* | | | HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo2021-06-151-2/+2
* | | | HID: hid-input: add Surface Go battery quirkZoltan Tamas Vajda2021-06-142-0/+3
* | | | HID: intel-ish-hid: Fix minor typos in commentsAustin Kim2021-06-141-1/+1
|/ / /
* | | HID: asus: Cleanup Asus T101HA keyboard-dock handlingHans de Goede2021-05-271-11/+9
* | | HID: magicmouse: fix NULL-deref on disconnectJohan Hovold2021-05-271-1/+1
* | | HID: intel-ish-hid: ipc: Add Alder Lake device IDsYe Xiang2021-05-272-0/+4
* | | HID: i2c-hid: fix format string mismatchArnd Bergmann2021-05-271-2/+2
* | | HID: amd_sfh: Fix memory leak in amd_sfh_workBasavaraj Natikar2021-05-271-0/+1
* | | HID: amd_sfh: Use devm_kzalloc() instead of kzalloc()Basavaraj Natikar2021-05-272-12/+9
* | | HID: ft260: improve error handling of ft260_hid_feature_report_get()Michael Zaidman2021-05-271-12/+12
* | | HID: magicmouse: fix crash when disconnecting Magic Trackpad 2José Expósito2021-05-271-1/+4
* | | HID: gt683r: add missing MODULE_DEVICE_TABLEBixuan Cui2021-05-271-0/+1
* | | HID: pidff: fix error return code in hid_pidff_init()Zhen Lei2021-05-271-0/+1
* | | HID: logitech-hidpp: initialize level variableTom Rix2021-05-271-0/+1
* | | HID: multitouch: Disable event reporting on suspend on the Asus T101HA touchpadHans de Goede2021-05-271-2/+26
* | | HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_ke...Hans de Goede2021-05-271-1/+0
* | | HID: hid-sensor-custom: Process failure of sensor_hub_set_feature()Srinivas Pandruvada2021-05-261-3/+5
* | | HID: i2c-hid: Skip ELAN power-on command after resetJohnny Chuang2021-05-071-1/+8