summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid/hid-pidff.c
AgeCommit message (Expand)Author
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: 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
2021-05-27HID: pidff: fix error return code in hid_pidff_init()Zhen Lei
2021-04-07HID: usbhid: hid-pidff: Demote a couple kernel-doc abusesLee Jones
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2015-03-27HID: pidff: effect can't be NULLJiri Kosina
2015-03-16HID: pidff: support more than one concurrent effectJim Keir
2015-01-26HID: pidff: Fix initialisation forMicrosoft Sidewinder FF Pro 2Jim Keir
2013-02-25HID: use hid_hw_wait() instead of direct call to usbhidBenjamin Tissoires
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-04HID: pidff - fix unnecessary loop iterations on resetAnssi Hannula
2008-10-14HID: fix a lockup regression when using force feedback on a PID deviceAnssi Hannula
2007-07-09HID: fix autocentering of PID devicesDiogo Kastrup
2007-04-11USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhidJiri Kosina