aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov1-61/+53
2012-10-01Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov1-85/+169
2012-09-19Input: Send events one packet at a timeHenrik Rydberg1-53/+123
2012-09-19Input: Move autorepeat to the event-passing phaseHenrik Rydberg1-21/+25
2012-09-19Input: Make sure we follow all EV_KEY eventsHenrik Rydberg1-7/+13
2012-09-19Input: Improve the events-per-packet estimateHenrik Rydberg1-3/+7
2012-09-19Input: Break out MT dataHenrik Rydberg1-10/+10
2012-08-21Input: get rid of MATCH_BIT() macroDmitry Torokhov1-17/+26
2012-02-02Input: Use accessor for MT valuesHenrik Rydberg1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-05-25Input: properly assign return value of clamp() macro.Hans Petter Selasky1-1/+1
2011-05-12Input: remove useless synchronize_rcu() callsEric Dumazet1-1/+0
2011-04-18Input: estimate number of events per packetJeff Brown1-0/+40
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov1-49/+7
2011-02-02Revert "Input: do not pass injected events back to the originating handler"Dmitry Torokhov1-26/+11
2011-01-31Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov1-48/+7
2011-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-59/+32
2011-01-06Merge branch 'next' into for-linusDmitry Torokhov1-59/+32
2010-12-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov1-1/+20
2010-12-20Input: fix double equality sign in ueventHenrik Rydberg1-1/+1
2010-12-20Input: introduce device propertiesHenrik Rydberg1-0/+19
2010-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov1-47/+1
2010-12-16input: mt: Break out slots handlingHenrik Rydberg1-47/+1
2010-11-30Input: use pr_fmt and pr_<level>Joe Perches1-11/+11
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2010-11-18Input: fix typo in keycode validation supporting large scancodesMattia Dongili1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-11Input: do not pass injected events back to the originating handlerDmitry Torokhov1-11/+26
2010-11-03Input: export input_reset_device() for use in KGDBDmitry Torokhov1-15/+35
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-51/+147
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-09Input: add support for large scancodesMauro Carvalho Chehab1-48/+144
2010-09-05Input: fix a few typosDmitry Torokhov1-3/+3
2010-08-28Input: MT - initialize slots to unusedHenrik Rydberg1-2/+9
2010-08-02Input: dynamically allocate ABS informationDaniel Mack1-2/+40
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-2/+2
2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov1-3/+3
2010-07-15Input: introduce MT event slotsHenrik Rydberg1-43/+92
2010-07-14Input: fix signedness warning in input_set_keycode()Dmitry Torokhov1-1/+1
2010-07-03Input: release pressed keys when resuming deviceOliver Neukum1-10/+29
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-21Input: sparse-keymap - implement safer freeing of the keymapDmitry Torokhov1-1/+8
2010-03-09Input: remove BKL, fix input_open_file() lockingArnd Bergmann1-8/+10
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-11/+9
2010-02-28Merge branch 'next' into for-linusDmitry Torokhov1-18/+72
2010-02-04Input: add match() method to input hanldersDmitry Torokhov1-7/+6
2010-01-30Input: implement input filtersDmitry Torokhov1-7/+34
2010-01-28Input: add the ABS_MT_PRESSURE eventHenrik Rydberg1-0/+1
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov1-15/+71
2010-01-12Input: add compat support for sysfs and /proc capabilities outputDmitry Torokhov1-15/+71
2010-01-06Input: cleanse capabilities bits before registering deviceDmitry Torokhov1-0/+22
2010-01-06Input: automatically reset KEY_RESERVED bit for all input devicesDmitry Torokhov1-4/+10
2009-12-11Input: document use of input_event() functionDmitry Torokhov1-2/+8
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov1-11/+18
2009-12-01Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov1-2/+35
2009-11-12Input: force LED reset on resumeDmitry Torokhov1-11/+18
2009-11-02Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov1-4/+5
2009-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-17/+48
2009-10-14Input: fix locking issue in /proc/bus/input/ handlersDmitry Torokhov1-17/+48
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-10-01drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton1-1/+1
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+63
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-09-17Input: add generic suspend and resume for input devicesDmitry Torokhov1-1/+63
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-06-15Driver Core: input: add nodename for input driversKay Sievers1-0/+6
2009-05-23Input: multitouch - add tracking ID to the protocolHenrik Rydberg1-0/+1
2009-04-28Input: add detailed multi-touch finger data report protocolHenrik Rydberg1-0/+13
2009-04-28Input: allow certain EV_ABS events to bypass all filteringHenrik Rydberg1-0/+23
2009-04-16Merge branch 'next' into for-linusDmitry Torokhov1-1/+0
2009-04-11Input: remove unnecessary synchronize_rcu() callArjan van de Ven1-1/+0
2009-04-08Merge branch 'next' into for-linusDmitry Torokhov1-3/+10
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-03-08Input: fix polling of /proc/bus/input/devicesDmitry Torokhov1-3/+3
2009-01-29Input: stop autorepeat timer on key releaseJohannes Berg1-0/+7
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov1-4/+12
2008-06-30Input: don't reset sync flag when ignoring eventDmitry Torokhov1-1/+1
2008-06-20Input: cdev lock_kernel() pushdownJonathan Corbet1-4/+12
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-8/+4
2008-04-29proc: remove proc_busAlexey Dobriyan1-3/+3
2008-01-31Input: constify function pointer tables (seq_operations)Jan Engelhardt1-2/+2
2008-01-21Input: remove cdev from input_dev structureDmitry Torokhov1-3/+0
2008-01-21Input: Add proper locking when changing device's keymapDmitry Torokhov1-6/+72
2008-01-03Input: pass EV_PWR events to event handlersRichard Purdie1-0/+4
2007-12-14Input: Handle EV_PWR type of input caps in input_set_capability.Dmitry Baryshkov1-0/+4
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-5/+5
2007-10-13Input: use full RCU APIDmitry Torokhov1-21/+15
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-42/+20
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-42/+20
2007-08-30Input: implement proper locking in input coreDmitry Torokhov1-175/+491
2007-07-18Input: switch to using seq_list_xxx helpersPavel Emelianov1-25/+4
2007-07-10Input: convert from class devices to standard devicesDmitry Torokhov1-62/+74
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25Input: add input_set_capability() helperDmitry Torokhov1-0/+56
2007-04-12Input: prepare to switching to struct deviceDmitry Torokhov1-0/+3
2007-04-12Input: rework handle creation codeDmitry Torokhov1-36/+52
2007-03-16Input: simplify input_free_device()Dmitry Torokhov1-7/+1
2007-03-14Input: add getkeycode and setkeycode methodsMarvin Raaijmakers1-0/+87
2007-03-07Input: let driver core create class device attribute groupsDmitry Torokhov1-21/+8
2007-03-07Input: export 'uniq' in /proc/bus/input/devicesDmitry Torokhov1-0/+1
2007-02-18Input: do not lock device when showing name, phys and uniqDmitry Torokhov1-15/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-3/+3
2006-11-02Input: add comments to input_{allocate|free}_device()Dmitry Torokhov1-1/+24
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov1-5/+7
2006-09-14Input: remove cruft that was needed for transition to sysfsDmitry Torokhov1-10/+0
2006-09-14Input: fix input module refcountingDmitry Torokhov1-2/+2
2006-09-14Input: constify input coreDmitry Torokhov1-3/+4
2006-09-10Input: send key up events at disconnectDmitry Torokhov1-2/+5
2006-07-19Input: implement new force feedback interfaceAnssi Hannula1-0/+6
2006-07-19Input: add missing handler->start() callDmitry Torokhov1-1/+4
2006-07-15Input: fix list iteration in input_release_device()Andrew Morton1-3/+5
2006-07-06Input: introduce input_inject_event() functionDmitry Torokhov1-0/+27
2006-07-06Input: add start() method to input handlersDmitry Torokhov1-2/+10
2006-07-06Input: remove accept method from input_devDmitry Torokhov1-9/+0
2006-06-27Input: fix resetting name, phys and uniq when unregistering deviceDmitry Torokhov1-1/+2
2006-06-26Input: rearrange exportsDmitry Torokhov1-15/+14
2006-06-26Input: fix formatting to better follow CodingStyleDmitry Torokhov1-12/+25
2006-06-26Input: reset name, phys and uniq when unregisteringDmitry Torokhov1-1/+18
2006-06-26Input: return correct size when reading modalias attributeRichard Purdie1-1/+1
2006-04-29Input: make EVIOCGSND return meaningful dataDmitry Torokhov1-0/+3
2006-04-26Input: move input_device_id to mod_devicetable.hDmitry Torokhov1-4/+4
2006-04-02Input: make modalias code respect allowed buffer sizeDmitry Torokhov1-39/+71
2006-04-02Input: convert /proc handling to seq_fileDmitry Torokhov1-111/+168
2006-04-02Input: limit attributes' output to PAGE_SIZEDmitry Torokhov1-12/+24
2006-04-02Manual merge with Linus.Dmitry Torokhov1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-02-19Input: input core - semaphore to mutex conversionJes Sorensen1-7/+8
2006-01-13[PATCH] INPUT: add MODALIAS to the event environmentKay Sievers1-18/+37
2006-01-10Input: prepare for f_ops constnessArjan van de Ven1-1/+1
2006-01-04[PATCH] Input: add modalias supportRusty Russell1-0/+39
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-7/+7
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers1-1/+0
2005-11-20Input: handle failures in input_register_device()Dmitry Torokhov1-27/+36
2005-11-09[PATCH] Input: fix 'uniq' reporting in hotplug handlerDmitry Torokhov1-1/+1
2005-11-02Input: fix input device deregistrationDmitry Torokhov1-0/+1
2005-11-02Input: do not register statically allocated devicesDmitry Torokhov1-11/+15
2005-10-31Input: fix input_dev registration messageDmitry Torokhov1-1/+1
2005-10-28[PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov1-145/+104
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman1-7/+7
2005-10-28[PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman1-15/+3
2005-10-28[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman1-7/+12
2005-10-28[PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman1-1/+2
2005-10-28[PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman1-3/+3
2005-10-28[PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov1-23/+133
2005-10-28[PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov1-0/+6
2005-10-28[PATCH] Input: prepare to sysfs integrationDmitry Torokhov1-5/+72
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov1-7/+0
2005-09-24[PATCH] Input: check switch bitmap when matching handlersDmitry Torokhov1-0/+1
2005-09-07[PATCH] Input: Add a new switch event typeRichard Purdie1-0/+11
2005-07-01Input: cannot refer to __exit from within __init.Andrew Morton1-1/+1
2005-06-30Input: rearrange procfs code to reduce number of #ifdefsDmitry Torokhov1-191/+198
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds1-5/+32
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de1-5/+5
2005-06-01Input: do not corrupt system-wide procfs fops.Luke Kosewski1-0/+4
2005-05-29Input: add semaphore and user count to input_dev structure;Dmitry Torokhov1-5/+28
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+748