aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-10Input: make input_class constantRicardo B. Marliere1-1/+1
2024-01-20Input: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-8/+6
2023-12-13Input: use sysfs_emit() instead of scnprintf()ye xingchen1-4/+4
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov1-1/+1
2023-05-05Input: fix open count when closing inhibited deviceDmitry Torokhov1-1/+1
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov1-2/+4
2023-02-25Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+2
2023-01-27Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEPJonathan Cameron1-5/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-8/+8
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-11-07Input: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-07-20Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak1-10/+20
2022-07-20Input: properly queue synthetic eventsDmitry Torokhov1-62/+63
2022-05-27Merge tag 'v5.18' into nextDmitry Torokhov1-6/+0
2022-04-24Input: remove unneeded variable in input_inhibit_device()Changcheng Deng1-3/+1
2022-03-31Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito1-6/+0
2022-03-20Input: add bounds checking to input_set_capability()Jeff LaBundy1-0/+19
2022-03-14Merge tag 'v5.17-rc8' into nextDmitry Torokhov1-0/+6
2022-02-28Input: add input_copy_abs() functionHans de Goede1-0/+36
2022-02-28Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() failsHans de Goede1-6/+3
2022-02-08Input: clear BTN_RIGHT/MIDDLE on buttonpadsJosé Expósito1-0/+6
2020-12-02Input: Add "inhibited" propertyPatrik Fimml1-7/+105
2020-12-02Input: add input_device_enabled()Andrzej Pietrasiewicz1-0/+8
2020-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2020-03-26Input: fix stale timestamp on key autorepeat eventsDmitry Torokhov1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-15/+13
2019-12-13Input: add safety guards to input_set_keycode()Dmitry Torokhov1-10/+16
2019-09-05Input: reset device timestamp on syncDmitry Torokhov1-0/+7
2019-08-20Input: add support for polling to input devicesDmitry Torokhov1-7/+29
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz1-0/+40
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-08-08Input: do not use WARN() in input_alloc_absinfo()Dmitry Torokhov1-4/+12
2018-05-15Input: replace hard coded string with __func__ in pr_err()Nick Simonov1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-03Input: convert autorepeat timer to use timer_setup()Kees Cook1-6/+5
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov1-1/+2
2017-10-19Input: factor out and export input_device_id matching codeDmitry Torokhov1-45/+38
2017-07-12Input: constify attribute_group structuresArvind Yadav1-3/+3
2017-05-10Input: switch to using sizeof(*type) when allocating memoryMarkus Elfring1-4/+4
2017-05-10Input: use seq_puts() in input_devices_seq_show()Markus Elfring1-1/+1
2017-05-10Input: use seq_putc() in input_seq_print_bitmap()Markus Elfring1-1/+1
2017-02-01Input: refuse to register absolute devices without absinfoDmitry Torokhov1-0/+6
2017-01-24Input: constify device_type structuresBhumika Goyal1-1/+1
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov1-1/+1
2016-05-19Input: feed more data into entropy poolDmitry Torokhov1-4/+3
2016-03-25drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton1-1/+1
2015-10-13Input: improve autorepeat initializationPetri Gynther1-6/+19
2015-08-07Input: do not emit unneeded EV_SYN when suspendingDmitry Torokhov1-2/+8
2015-06-25Input: use for_each_set_bit() where appropriateAnshul Garg1-25/+9
2015-05-20Input: fix typo in comment to input_handler_for_each_handle()Shailendra Verma1-1/+1
2015-01-08Input: do not try to filter out events if handler is not a filterAnshul Garg1-10/+14
2015-01-08Input: small tweak to autorepeat handlingAnshul Garg1-6/+8
2014-12-15Input: optimize events_per_packet count calculationAnshul Garg1-9/+13
2014-12-02Input: initialize input_no to -1 to avoid subtractionAniroop Mathur1-2/+2
2014-10-09Input: avoid negative input device numbersRichard Leitner1-1/+1
2014-10-08Input: automatically set EV_ABS bit in input_set_abs_paramsDmitry Torokhov1-1/+2
2014-07-20Input: fix defuzzing logicDmitry Torokhov1-2/+4
2014-01-23Merge branch 'next' into for-linusDmitry Torokhov1-19/+57
2013-12-31Input: allocate absinfo data when setting ABS capabilityDmitry Torokhov1-0/+4
2013-12-16Input: don't call input_dev_release_keys() in resumeAleksej Makarov1-19/+57
2013-11-14Merge branch 'next' into for-linusDmitry Torokhov1-1/+1
2013-10-31Input: remove a redundant max() callKang Hu1-1/+1
2013-10-06Input: move name/timer init to input_alloc_dev()David Herrmann1-5/+5
2013-01-09Input: document that unregistering managed devices is not necessaryDmitry Torokhov1-2/+14
2012-11-08Input: introduce managed input devices (add devres support)Dmitry Torokhov1-27/+149
2012-10-25Input: fix sparse warning in __input_release_device()Dmitry Torokhov1-1/+4
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