summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2025-09-04HID: hid-ntrig: fix unable to handle page fault in ntrig_report_version()Minjong Kim1-0/+3
2025-09-04HID: wacom: Add a new Art Pen 2Ping Cheng1-0/+1
2025-09-04HID: logitech: Add ids for G PRO 2 LIGHTSPEEDMatt Coffin3-0/+7
2025-09-04HID: quirks: add support for Legion Go dual dinput modesAntheas Kapenekakis2-0/+4
2025-09-04HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()Qasim Ijaz1-0/+8
2025-09-04HID: asus: fix UAF via HID_CLAIMED_INPUT validationQasim Ijaz1-1/+7
2025-09-04HID: input: report battery status changes immediatelyJosé Expósito1-13/+10
2025-09-04HID: input: rename hidinput_set_battery_charge_status()José Expósito2-24/+24
2025-08-20HID: apple: avoid setting up battery timer for devices without batteryAditya Garg1-6/+11
2025-08-20HID: magicmouse: avoid setting up battery timer when not neededAditya Garg1-19/+37
2025-08-15HID: apple: validate feature-report field count to prevent NULL pointer deref...Qasim Ijaz1-1/+2
2025-07-24HID: core: do not bypass hid_hw_raw_requestBenjamin Tissoires1-2/+1
2025-07-24HID: core: ensure __hid_request reserves the report ID as the first byteBenjamin Tissoires1-2/+9
2025-07-24HID: core: ensure the allocated report buffer can contain the reserved report IDBenjamin Tissoires1-1/+4
2025-07-17HID: nintendo: avoid bluetooth suspend/resume stallsDaniel J. Ogorchock1-2/+36
2025-07-17HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP CamerasChia-Lin Kao (AceLan)2-0/+4
2025-07-17HID: Add IGNORE quirk for SMARTLINKTECHNOLOGYZhang Heng2-0/+4
2025-07-17HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2Akira Inoue3-1/+16
2025-07-06HID: wacom: fix kobject reference count leakQasim Ijaz1-0/+1
2025-07-06HID: wacom: fix memory leak on sysfs attribute creation failureQasim Ijaz1-0/+1
2025-07-06HID: wacom: fix memory leak on kobject creation failureQasim Ijaz1-1/+3
2025-07-06HID: lenovo: Restrict F7/9/11 mode to compact keyboards onlyIusico Maxim1-4/+7
2025-07-06HID: wacom: fix crash in wacom_aes_battery_handler()Thomas Zeitlhofer1-0/+1
2025-06-27hid-asus: check ROG Ally MCU version and warnLuke D. Jones1-2/+105
2025-06-19HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge2-13/+16
2025-06-04HID: quirks: Add ADATA XPG alpha wireless mouse supportMilton Barrera2-0/+6
2025-05-29HID: usbkbd: Fix the bit shift number for LED_KANAjunan1-1/+1
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