aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input-polldev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Input: implement managed polled input devicesDmitry Torokhov1-2/+116
2014-05-14Input: remove race when instantiating polled device attributesDmitry Torokhov1-10/+9
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov1-0/+1
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-3/+5
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-08-09Input: polldev - immediately poll device upon openingDmitry Torokhov1-2/+4
2011-04-27Input: input-polldev - use system-wide freezable workqueueDmitry Torokhov1-53/+3
2011-01-31Input: input-polldev - fix a couple of typosDmitry Torokhov1-2/+2
2010-11-30Input: use pr_fmt and pr_<level>Joe Perches1-2/+3
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
2010-02-20Input: polldev can cause crash in case when polling disabledSamu Onkalo1-0/+6
2009-12-07Input: add generic support for sparse keymapsDmitry Torokhov1-4/+10
2009-11-23Input: polled device - do not start polling if interval is zeroSamu Onkalo1-1/+3
2009-11-23Input: polled device - schedule first poll immediatelyDmitry Torokhov1-2/+1
2009-11-20Input: input-polldev - add sysfs interface for controlling poll intervalSamu Onkalo1-6/+105
2009-10-18Input: add open and close methods for polled devicesSamu Onkalo1-2/+5
2008-04-02Input: remove private member from input_dev structureDmitry Torokhov1-3/+3
2008-01-21Input: implement proper timer rounding for polled devicesStephen Hemminger1-8/+10
2007-09-26Input: polled device power savingStephen Hemminger1-2/+5
2007-06-13Input: move input-polldev to drivers/inputDmitry Torokhov1-0/+176