summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2025-02-03HID: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła-0/+10
2025-02-03HID: pidff: Factor out code for setting gainTomasz Pakuła-11/+15
2025-02-03HID: pidff: Rescale time values to match field unitsTomasz Pakuła-15/+54
2025-02-03HID: pidff: Define values used in pidff_find_special_fieldsTomasz Pakuła-6/+15
2025-02-03HID: pidff: Simplify pidff_upload_effect functionTomasz Pakuła-38/+16
2025-02-03HID: pidff: Completely rework and fix pidff_reset functionTomasz Pakuła-49/+89
2025-02-03HID: pidff: Add PERIODIC_SINE_ONLY quirkTomasz Pakuła-5/+13
2025-02-03HID: Add hid-universal-pidff driver and supported device idsTomasz Pakuła-0/+238
2025-02-03HID: pidff: Stop all effects before enabling actuatorsTomasz Pakuła-2/+7
2025-02-03HID: pidff: Add FIX_WHEEL_DIRECTION quirkTomasz Pakuła-3/+9
2025-02-03HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbolTomasz Pakuła-1/+14
2025-02-03HID: pidff: Add PERMISSIVE_CONTROL quirkTomasz Pakuła-1/+2
2025-02-03HID: pidff: Add MISSING_PBO quirk and its detectionTomasz Pakuła-18/+29
2025-02-03HID: pidff: Add MISSING_DELAY quirk and its detectionTomasz Pakuła-5/+28
2025-02-03HID: pidff: Clamp PERIODIC effect period to device's logical rangeTomasz Pakuła-3/+16
2025-02-03HID: pidff: Do not send effect envelope if it's emptyTomasz Pakuła-18/+24
2025-02-03HID: pidff: Convert infinite length from Linux API to PID standardTomasz Pakuła-1/+7
2025-02-03HID: hid-steam: Fix issues with disabling both gamepad mode and lizard modeVicki Pfau-3/+3
2025-02-03HID: ignore non-functional sensor in HP 5MP CameraChia-Lin Kao (AceLan)-0/+2
2025-02-03HID: hid-plantronics: Add mic mute mapping and generalize quirksTerry Junge-77/+67
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann-12/+8
2025-02-03HID: lenovo: select CONFIG_ACPI_PLATFORM_PROFILEArnd Bergmann-6/+3
2025-02-03HID: intel-ish-hid: Send clock sync message immediately after resetZhang Lixu-3/+8
2025-02-03HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbellZhang Lixu-3/+3
2025-02-03HID: corsair-void: Initialise memory for psy_cfgStuart Hayhurst-1/+1
2025-02-03HID: corsair-void: Add missing delayed work cancel for headset statusStuart Hayhurst-0/+1
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2025-01-24Merge tag 'platform-drivers-x86-v6.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+83
2025-01-22Merge tag 'hid-for-linus-2025012001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-276/+7590
2025-01-22Merge tag 'mfd-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-7/+14
2025-01-20Merge branches 'for-6.14/wacom' and 'for-6.14/wacom-pci' into for-linusJiri Kosina-4/+28
2025-01-20Merge branch 'for-6.14/uclogic' into for-linusJiri Kosina-1/+1
2025-01-20Merge branch 'for-6.14/steelseries' into for-linusJiri Kosina-10/+110
2025-01-20Merge branch 'for-6.14/nintendo' into for-linusJiri Kosina-11/+7
2025-01-20Merge branch 'for-6.14/lenovo' into for-linusJiri Kosina-1/+108
2025-01-20Merge branch 'for-6.14/intel-thc' into for-linusJiri Kosina-0/+7115
2025-01-20Merge branch 'for-6.14/intel-ish' into for-linusJiri Kosina-73/+0
2025-01-20Merge branch 'for-6.14/core' into for-linusJiri Kosina-0/+2
2025-01-20Merge branch 'for-6.14/constify-bin-attribute' into for-linusJiri Kosina-140/+133
2025-01-18HID: amd_sfh: Use always-managed version of pcim_intx()Philipp Stanner-3/+3
2025-01-16HID: hid-asus: Disable OOBE mode on the ProArt P16Luke D. Jones-0/+26
2025-01-16HID: steelseries: remove unnecessary returnChristian Mayer-1/+0
2025-01-16HID: steelseries: export model and manufacturerChristian Mayer-0/+13
2025-01-16HID: steelseries: export charging state for the SteelSeries Arctis 9 headsetChristian Mayer-3/+20
2025-01-16HID: steelseries: add SteelSeries Arctis 9 supportChristian Mayer-0/+64
2025-01-16HID: steelseries: preparation for adding SteelSeries Arctis 9 supportChristian Mayer-6/+13
2025-01-14HID: intel-thc-hid: fix build errors in um modeEven Xu-0/+1
2025-01-13HID: intel-thc-hid: intel-quicki2c: fix potential memory corruptionEven Xu-1/+4
2025-01-13HID: intel-thc-hid: intel-thc: Fix error code in thc_i2c_subip_init()Dan Carpenter-1/+1
2025-01-10HID: lenovo: Fix undefined platform_profile_cycle in ThinkPad X12 keyboard patchVishnu Sankar-3/+13