summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2025-04-20HID: pidff: Fix set_device_control()Tomasz Pakuła
2025-04-20HID: pidff: Fix 90 degrees direction name North -> EastTomasz Pakuła
2025-04-20HID: pidff: Compute INFINITE value instead of using hardcoded 0xffffTomasz Pakuła
2025-04-20HID: pidff: Clamp effect playback LOOP_COUNT valueTomasz Pakuła
2025-04-20HID: pidff: Rename two functions to align them with naming conventionTomasz Pakuła
2025-04-20HID: pidff: Remove redundant call to pidff_find_special_keysTomasz Pakuła
2025-04-20HID: pidff: Support device error response from PID_BLOCK_LOADTomasz Pakuła
2025-04-20HID: pidff: Comment and code style updateTomasz Pakuła
2025-04-20HID: hid-universal-pidff: Add Asetek wheelbases supportTomasz Pakuła
2025-04-20HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAXTomasz Pakuła
2025-04-20HID: pidff: Factor out pool report fetch and remove excess declarationTomasz Pakuła
2025-04-20HID: pidff: Use macros instead of hardcoded min/max values for shortsTomasz Pakuła
2025-04-20HID: pidff: Simplify pidff_rescale_signedTomasz Pakuła
2025-04-20HID: pidff: Move all hid-pidff definitions to a dedicated headerTomasz Pakuła
2025-04-20HID: pidff: Factor out code for setting gainTomasz Pakuła
2025-04-20HID: pidff: Rescale time values to match field unitsTomasz Pakuła
2025-04-20HID: pidff: Define values used in pidff_find_special_fieldsTomasz Pakuła
2025-04-20HID: pidff: Simplify pidff_upload_effect functionTomasz Pakuła
2025-04-20HID: pidff: Completely rework and fix pidff_reset functionTomasz Pakuła
2025-04-20HID: pidff: Stop all effects before enabling actuatorsTomasz Pakuła
2025-04-20HID: pidff: Clamp PERIODIC effect period to device's logical rangeTomasz Pakuła
2025-04-20HID: lenovo: Fix to ensure the data as __le32 instead of u32Vishnu Sankar
2025-04-20HID: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła
2025-04-20HID: pidff: Add PERIODIC_SINE_ONLY quirkTomasz Pakuła
2025-04-20HID: Add hid-universal-pidff driver and supported device idsTomasz Pakuła
2025-04-20HID: pidff: Add FIX_WHEEL_DIRECTION quirkTomasz Pakuła
2025-04-20HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbolTomasz Pakuła
2025-04-20HID: pidff: Add PERMISSIVE_CONTROL quirkTomasz Pakuła
2025-04-20HID: pidff: Add MISSING_PBO quirk and its detectionTomasz Pakuła
2025-04-20HID: pidff: Add MISSING_DELAY quirk and its detectionTomasz Pakuła
2025-04-20HID: pidff: Do not send effect envelope if it's emptyTomasz Pakuła
2025-04-20HID: pidff: Convert infinite length from Linux API to PID standardTomasz Pakuła
2025-04-10HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMW...Jiri Kosina
2025-04-07HID: hid-plantronics: Add mic mute mapping and generalize quirksTerry Junge
2025-03-05Merge tag 'hid-for-linus-2025030501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-04HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4Even Xu
2025-03-04HID: intel-thc-hid: Fix spelling mistake "intput" -> "input"Colin Ian King
2025-03-04HID: hid-steam: Fix use-after-free when detaching deviceVicki Pfau
2025-03-04HID: debug: Fix spelling mistake "Messanger" -> "Messenger"Colin Ian King
2025-03-04HID: appleir: Fix potential NULL dereference at raw event handleDaniil Dulov
2025-03-04HID: apple: disable Fn key handling on the Omoton KB066Alex Henrie
2025-03-04HID: i2c-hid: improve i2c_hid_get_report error messageWentao Guan
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()Zhang Lixu
2025-02-19HID: google: fix unused variable warning under !CONFIG_ACPIYu-Chun Lin
2025-02-19HID: nintendo: fix gencon button events mapRyan McClelland
2025-02-18HID: corsair-void: Update power supply values with a unified work handlerStuart Hayhurst
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-07HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ contextVicki Pfau
2025-02-07HID: hid-steam: Move hidraw input (un)registering to workVicki Pfau