aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/ff-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-21Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov1-3/+10
2015-10-16Input: document and check on implicitly defined FF_MAX_EFFECTSElias Vanderstuyft1-0/+5
2015-09-29Input: ff-core - silence an underflow warningDan Carpenter1-2/+2
2015-07-08Input: ff-core - use for_each_set_bit where appropriateAnshul Garg1-3/+2
2015-05-20Input: ff-core - fix typo in comment to input_ff_erase()Shailendra Verma1-1/+1
2015-05-08Input: ff-core - fix spelling mistake in ff-coreDan Murphy1-1/+1
2015-04-14Input: ff-core - use new debug macrosOliver Neukum1-6/+4
2012-08-21Input: random formatting fixesBaodong Chen1-2/+2
2011-10-12Input: force feedback - potential integer wrap in input_ff_create()Dan Carpenter1-3/+8
2010-11-30Input: use pr_fmt and pr_<level>Joe Perches1-6/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04Input: fix memory leak in force feedback coreJari Vanhala1-0/+1
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov1-9/+11
2009-11-23Input: force feedback - fix function name in commentRoger Quadros1-1/+1
2009-11-10Input: fix locking in memoryless force-feedback devicesDmitry Torokhov1-9/+11
2008-07-02drivers/input/ff-core.c needs <linux/sched.h>Geert Uytterhoeven1-0/+1
2008-06-30Input: fix locking in force-feedback coreDmitry Torokhov1-6/+11
2007-05-03Input: force feedback - make sure effect is present before playingDmitry Torokhov1-1/+2
2006-11-24Input: add to kernel-api docbookRandy Dunlap1-2/+2
2006-07-19Input: implement new force feedback interfaceAnssi Hannula1-0/+367