summaryrefslogtreecommitdiffstats
path: root/drivers/input/ff-core.c
Commit message (Expand)AuthorAgeFilesLines
* Input: document and check on implicitly defined FF_MAX_EFFECTSElias Vanderstuyft2015-10-161-0/+5
* Input: ff-core - silence an underflow warningDan Carpenter2015-09-291-2/+2
* Input: ff-core - use for_each_set_bit where appropriateAnshul Garg2015-07-081-3/+2
* 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-081-1/+1
* Input: ff-core - use new debug macrosOliver Neukum2015-04-141-6/+4
* Input: random formatting fixesBaodong Chen2012-08-211-2/+2
* Input: force feedback - potential integer wrap in input_ff_create()Dan Carpenter2011-10-121-3/+8
* Input: use pr_fmt and pr_<level>Joe Perches2010-11-301-6/+5
* 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-041-0/+1
* Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-021-9/+11
|\
| * Input: fix locking in memoryless force-feedback devicesDmitry Torokhov2009-11-101-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-021-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