aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/ff-core.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29input: drop empty comment blocksGravatar Christophe JAILLET 1-3/+0
2021-12-06Input: ff-core - correct magnitude setting for rumble compatibilityGravatar Charles Keepax 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
2017-09-21Input: uinput - avoid FF flush when destroying deviceGravatar Dmitry Torokhov 1-3/+10
2015-10-16Input: document and check on implicitly defined FF_MAX_EFFECTSGravatar Elias Vanderstuyft 1-0/+5
2015-09-29Input: ff-core - silence an underflow warningGravatar Dan Carpenter 1-2/+2
2015-07-08Input: ff-core - use for_each_set_bit where appropriateGravatar Anshul Garg 1-3/+2
2015-05-20Input: ff-core - fix typo in comment to input_ff_erase()Gravatar Shailendra Verma 1-1/+1
2015-05-08Input: ff-core - fix spelling mistake in ff-coreGravatar Dan Murphy 1-1/+1
2015-04-14Input: ff-core - use new debug macrosGravatar Oliver Neukum 1-6/+4
2012-08-21Input: random formatting fixesGravatar Baodong Chen 1-2/+2
2011-10-12Input: force feedback - potential integer wrap in input_ff_create()Gravatar Dan Carpenter 1-3/+8
2010-11-30Input: use pr_fmt and pr_<level>Gravatar Joe Perches 1-6/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-04Input: fix memory leak in force feedback coreGravatar Jari Vanhala 1-0/+1
2009-12-02Merge commit 'v2.6.32' into nextGravatar Dmitry Torokhov 1-9/+11
2009-11-23Input: force feedback - fix function name in commentGravatar Roger Quadros 1-1/+1
2009-11-10Input: fix locking in memoryless force-feedback devicesGravatar Dmitry Torokhov 1-9/+11
2008-07-02drivers/input/ff-core.c needs <linux/sched.h>Gravatar Geert Uytterhoeven 1-0/+1
2008-06-30Input: fix locking in force-feedback coreGravatar Dmitry Torokhov 1-6/+11
2007-05-03Input: force feedback - make sure effect is present before playingGravatar Dmitry Torokhov 1-1/+2
2006-11-24Input: add to kernel-api docbookGravatar Randy Dunlap 1-2/+2
2006-07-19Input: implement new force feedback interfaceGravatar Anssi Hannula 1-0/+367