summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
12 daysHID: core: do not bypass hid_hw_raw_requestBenjamin Tissoires
12 daysHID: core: ensure __hid_request reserves the report ID as the first byteBenjamin Tissoires
12 daysHID: core: ensure the allocated report buffer can contain the reserved report IDBenjamin Tissoires
2025-07-17HID: nintendo: avoid bluetooth suspend/resume stallsDaniel J. Ogorchock
2025-07-17HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP CamerasChia-Lin Kao (AceLan)
2025-07-17HID: Add IGNORE quirk for SMARTLINKTECHNOLOGYZhang Heng
2025-07-17HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2Akira Inoue
2025-07-06HID: wacom: fix kobject reference count leakQasim Ijaz
2025-07-06HID: wacom: fix memory leak on sysfs attribute creation failureQasim Ijaz
2025-07-06HID: wacom: fix memory leak on kobject creation failureQasim Ijaz
2025-07-06HID: lenovo: Restrict F7/9/11 mode to compact keyboards onlyIusico Maxim
2025-07-06HID: wacom: fix crash in wacom_aes_battery_handler()Thomas Zeitlhofer
2025-06-27hid-asus: check ROG Ally MCU version and warnLuke D. Jones
2025-06-19HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge
2025-06-04HID: quirks: Add ADATA XPG alpha wireless mouse supportMilton Barrera
2025-05-29HID: usbkbd: Fix the bit shift number for LED_KANAjunan
2025-05-22HID: bpf: abort dispatch if device destroyedRong Zhang
2025-05-22HID: uclogic: Add NULL check in uclogic_input_configured()Henry Martin
2025-05-22HID: thrustmaster: fix memory leak in thrustmaster_interrupts()Qasim Ijaz
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: 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