summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-03Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-24HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge branch 'for-6.15/usb-hidbp' into for-linusJiri Kosina
2025-03-26Merge branch 'for-6.15/pidff' into for-linusJiri Kosina
2025-03-04HID: pidff: Fix set_device_control()Tomasz Pakuła
2025-03-04HID: pidff: Fix 90 degrees direction name North -> EastTomasz Pakuła
2025-03-04HID: pidff: Compute INFINITE value instead of using hardcoded 0xffffTomasz Pakuła
2025-03-04HID: pidff: Clamp effect playback LOOP_COUNT valueTomasz Pakuła
2025-03-04HID: pidff: Rename two functions to align them with naming conventionTomasz Pakuła
2025-02-11HID: pidff: Remove redundant call to pidff_find_special_keysTomasz Pakuła
2025-02-11HID: pidff: Support device error response from PID_BLOCK_LOADTomasz Pakuła
2025-02-11HID: pidff: Comment and code style updateTomasz Pakuła
2025-02-11HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAXTomasz Pakuła
2025-02-03HID: usbkbd: Fix the bit shift number for LED_KANAjunan
2025-02-03HID: pidff: Factor out pool report fetch and remove excess declarationTomasz Pakuła
2025-02-03HID: pidff: Use macros instead of hardcoded min/max values for shortsTomasz Pakuła
2025-02-03HID: pidff: Simplify pidff_rescale_signedTomasz Pakuła
2025-02-03HID: pidff: Move all hid-pidff definitions to a dedicated headerTomasz Pakuła
2025-02-03HID: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła
2025-02-03HID: pidff: Factor out code for setting gainTomasz Pakuła
2025-02-03HID: pidff: Rescale time values to match field unitsTomasz Pakuła
2025-02-03HID: pidff: Define values used in pidff_find_special_fieldsTomasz Pakuła
2025-02-03HID: pidff: Simplify pidff_upload_effect functionTomasz Pakuła
2025-02-03HID: pidff: Completely rework and fix pidff_reset functionTomasz Pakuła
2025-02-03HID: pidff: Add PERIODIC_SINE_ONLY quirkTomasz Pakuła
2025-02-03HID: pidff: Stop all effects before enabling actuatorsTomasz Pakuła
2025-02-03HID: pidff: Add FIX_WHEEL_DIRECTION quirkTomasz Pakuła
2025-02-03HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbolTomasz Pakuła
2025-02-03HID: pidff: Add PERMISSIVE_CONTROL quirkTomasz Pakuła
2025-02-03HID: pidff: Add MISSING_PBO quirk and its detectionTomasz Pakuła
2025-02-03HID: pidff: Add MISSING_DELAY quirk and its detectionTomasz Pakuła
2025-02-03HID: pidff: Clamp PERIODIC effect period to device's logical rangeTomasz Pakuła
2025-02-03HID: pidff: Do not send effect envelope if it's emptyTomasz Pakuła
2025-02-03HID: pidff: Convert infinite length from Linux API to PID standardTomasz Pakuła
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann
2024-11-18Merge branch 'for-6.13/core' into for-linusJiri Kosina
2024-10-08HID: Fix typo in the commentYan Zhen
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-06-06HID: usbhid: Share USB device firmware node with child HID deviceDanny Kaehn
2023-10-25HID: usbhid: remove #ifdef CONFIG_PMThomas Weißschuh
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires
2023-01-17HID: Make lowlevel driver structs constThomas Weißschuh
2023-01-17HID: Unexport struct usb_hid_driverThomas Weißschuh
2023-01-17HID: usbhid: Make hid_is_usb() non-inlineThomas Weißschuh
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-23HID: usbhid: remove third argument of usb_maxpacket()Vincent Mailhol
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires