summaryrefslogtreecommitdiffstats
path: root/drivers/input/ff-core.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1Star
* Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-221-3/+10
* Input: document and check on implicitly defined FF_MAX_EFFECTSElias Vanderstuyft2015-10-171-0/+5
* Input: ff-core - silence an underflow warningDan Carpenter2015-09-301-2/+2
* Input: ff-core - use for_each_set_bit where appropriateAnshul Garg2015-07-091-3/+2Star
* Input: ff-core - fix typo in comment to input_ff_erase()Shailendra Verma2015-05-201-1/+1
* Input: ff-core - fix spelling mistake in ff-coreDan Murphy2015-05-091-1/+1
* Input: ff-core - use new debug macrosOliver Neukum2015-04-141-6/+4Star
* Input: random formatting fixesBaodong Chen2012-08-221-2/+2
* Input: force feedback - potential integer wrap in input_ff_create()Dan Carpenter2011-10-131-3/+8
* Input: use pr_fmt and pr_<level>Joe Perches2010-12-011-6/+5Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: fix memory leak in force feedback coreJari Vanhala2009-12-051-0/+1
* Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-031-9/+11
|\
| * Input: fix locking in memoryless force-feedback devicesDmitry Torokhov2009-11-111-9/+11
* | Input: force feedback - fix function name in commentRoger Quadros2009-11-231-1/+1
|/
* drivers/input/ff-core.c needs <linux/sched.h>Geert Uytterhoeven2008-07-031-0/+1
* Input: fix locking in force-feedback coreDmitry Torokhov2008-06-301-6/+11
* Input: force feedback - make sure effect is present before playingDmitry Torokhov2007-05-031-1/+2
* Input: add to kernel-api docbookRandy Dunlap2006-11-241-2/+2
* Input: implement new force feedback interfaceAnssi Hannula2006-07-191-0/+367