summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid
AgeCommit message (Expand)AuthorFilesLines
2025-06-19HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge1-11/+14
2025-05-29HID: usbkbd: Fix the bit shift number for LED_KANAjunan1-1/+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: 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ła3-1/+36
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: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła1-0/+10
2025-04-20HID: pidff: Add PERIODIC_SINE_ONLY quirkTomasz Pakuła1-0/+3
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
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-06-06HID: usbhid: Share USB device firmware node with child HID deviceDanny Kaehn1-0/+2
2023-10-25HID: usbhid: remove #ifdef CONFIG_PMThomas Weißschuh1-8/+3
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires1-2/+7
2023-01-17HID: Make lowlevel driver structs constThomas Weißschuh1-1/+1
2023-01-17HID: Unexport struct usb_hid_driverThomas Weißschuh1-2/+1
2023-01-17HID: usbhid: Make hid_is_usb() non-inlineThomas Weißschuh1-0/+6
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman1-1/+1
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang3-3/+3
2022-04-23HID: usbhid: remove third argument of usb_maxpacket()Vincent Mailhol3-3/+3
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires1-11/+8
2021-09-01Merge branch 'for-5.15/core' into for-linusJiri Kosina1-11/+18
2021-09-01HID: usbhid: Simplify code in hid_submit_ctrl()Alan Stern1-8/+4
2021-09-01HID: usbhid: Fix warning caused by 0-length input reportsAlan Stern1-0/+1
2021-09-01HID: usbhid: Fix flood of "control queue full" messagesMichal Kubecek1-8/+7
2021-07-28HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"Colin Ian King1-1/+1
2021-07-28HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam1-1/+12
2021-06-30Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina1-0/+8
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina1-1/+1