summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2025-05-22HID: amd_sfh: Fix SRA sensor when it's the only sensorMario Limonciello1-4/+3
2025-05-22HID: bpf: abort dispatch if device destroyedRong Zhang1-0/+9
2025-05-22HID: uclogic: Add NULL check in uclogic_input_configured()Henry Martin1-3/+4
2025-05-22HID: thrustmaster: fix memory leak in thrustmaster_interrupts()Qasim Ijaz1-0/+1
2025-04-20HID: pidff: Fix set_device_control()Tomasz Pakuła1-5/+15
2025-04-20HID: pidff: Fix 90 degrees direction name North -> EastTomasz Pakuła1-1/+1
2025-04-20HID: pidff: Compute INFINITE value instead of using hardcoded 0xffffTomasz Pakuła1-1/+2
2025-04-20HID: pidff: Clamp effect playback LOOP_COUNT valueTomasz Pakuła1-1/+2
2025-04-20HID: pidff: Rename two functions to align them with naming conventionTomasz Pakuła1-7/+7
2025-04-20HID: pidff: Remove redundant call to pidff_find_special_keysTomasz Pakuła1-4/+0
2025-04-20HID: pidff: Support device error response from PID_BLOCK_LOADTomasz Pakuła1-1/+7
2025-04-20HID: pidff: Comment and code style updateTomasz Pakuła1-32/+25
2025-04-20HID: hid-universal-pidff: Add Asetek wheelbases supportTomasz Pakuła2-3/+13
2025-04-20HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAXTomasz Pakuła1-16/+13
2025-04-20HID: pidff: Factor out pool report fetch and remove excess declarationTomasz Pakuła1-21/+24
2025-04-20HID: pidff: Use macros instead of hardcoded min/max values for shortsTomasz Pakuła1-12/+12
2025-04-20HID: pidff: Simplify pidff_rescale_signedTomasz Pakuła1-3/+3
2025-04-20HID: pidff: Move all hid-pidff definitions to a dedicated headerTomasz Pakuła4-2/+38
2025-04-20HID: pidff: Factor out code for setting gainTomasz Pakuła1-11/+15
2025-04-20HID: pidff: Rescale time values to match field unitsTomasz Pakuła1-15/+54
2025-04-20HID: pidff: Define values used in pidff_find_special_fieldsTomasz Pakuła1-6/+15
2025-04-20HID: pidff: Simplify pidff_upload_effect functionTomasz Pakuła1-38/+16
2025-04-20HID: pidff: Completely rework and fix pidff_reset functionTomasz Pakuła1-49/+89
2025-04-20HID: pidff: Stop all effects before enabling actuatorsTomasz Pakuła1-2/+7
2025-04-20HID: pidff: Clamp PERIODIC effect period to device's logical rangeTomasz Pakuła1-3/+16
2025-04-20HID: lenovo: Fix to ensure the data as __le32 instead of u32Vishnu Sankar1-1/+1
2025-04-20HID: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła1-0/+10
2025-04-20HID: pidff: Add PERIODIC_SINE_ONLY quirkTomasz Pakuła2-5/+13
2025-04-20HID: Add hid-universal-pidff driver and supported device idsTomasz Pakuła4-0/+238
2025-04-20HID: pidff: Add FIX_WHEEL_DIRECTION quirkTomasz Pakuła1-3/+9
2025-04-20HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbolTomasz Pakuła1-1/+14
2025-04-20HID: pidff: Add PERMISSIVE_CONTROL quirkTomasz Pakuła1-1/+2
2025-04-20HID: pidff: Add MISSING_PBO quirk and its detectionTomasz Pakuła1-18/+29
2025-04-20HID: pidff: Add MISSING_DELAY quirk and its detectionTomasz Pakuła1-5/+28
2025-04-20HID: pidff: Do not send effect envelope if it's emptyTomasz Pakuła1-18/+24
2025-04-20HID: pidff: Convert infinite length from Linux API to PID standardTomasz Pakuła1-1/+7
2025-04-10HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMW...Jiri Kosina1-1/+0
2025-04-07HID: hid-plantronics: Add mic mute mapping and generalize quirksTerry Junge1-77/+67
2025-03-05Merge tag 'hid-for-linus-2025030501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-58/+70
2025-03-04HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4Even Xu1-0/+2
2025-03-04HID: intel-thc-hid: Fix spelling mistake "intput" -> "input"Colin Ian King1-1/+1
2025-03-04HID: hid-steam: Fix use-after-free when detaching deviceVicki Pfau1-1/+1
2025-03-04HID: debug: Fix spelling mistake "Messanger" -> "Messenger"Colin Ian King1-1/+1
2025-03-04HID: appleir: Fix potential NULL dereference at raw event handleDaniil Dulov1-1/+1
2025-03-04HID: apple: disable Fn key handling on the Omoton KB066Alex Henrie1-4/+7
2025-03-04HID: i2c-hid: improve i2c_hid_get_report error messageWentao Guan1-1/+1
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu1-1/+3
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()Zhang Lixu1-1/+1
2025-02-19HID: google: fix unused variable warning under !CONFIG_ACPIYu-Chun Lin1-0/+2
2025-02-19HID: nintendo: fix gencon button events mapRyan McClelland1-7/+7