summaryrefslogtreecommitdiff
path: root/include/linux/input.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Input: make input_class constantRicardo B. Marliere1-1/+1
2023-10-14Input: Annotate struct ff_device with __counted_byKees Cook1-1/+1
2022-03-01Input: add input_copy_abs() functionHans de Goede1-0/+2
2020-12-03Input: Add "inhibited" propertyPatrik Fimml1-2/+10
2020-12-03Input: add input_device_enabled()Andrzej Pietrasiewicz1-0/+2
2019-10-04Input: add input_get_poll_interval()Dmitry Torokhov1-0/+1
2019-08-20Input: add support for polling to input devicesDmitry Torokhov1-0/+12
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz1-0/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-10-20Input: allow matching device IDs on property bitsDmitry Torokhov1-0/+4
2017-10-20Input: factor out and export input_device_id matching codeDmitry Torokhov1-0/+3
2017-09-22Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov1-0/+1
2016-07-14Input: fix a double word "is is" in include/linux/input.hMasanari Iida1-1/+1
2015-10-14Input: improve autorepeat initializationPetri Gynther1-0/+2
2012-11-10Input: document new members of struct input_devHenrik Rydberg1-0/+3
2012-11-08Input: introduce managed input devices (add devres support)Dmitry Torokhov1-1/+6
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-1148/+3
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov1-3/+7
2012-09-19Input: Send events one packet at a timeHenrik Rydberg1-3/+21
2012-09-19Input: Break out MT dataHenrik Rydberg1-9/+2
2012-07-08Pull input changes from Henrik Rydberg, including large update toDmitry Torokhov1-3/+5
2012-07-05Input: MT - Include win8 supportHenrik Rydberg1-3/+5
2012-06-12Input: fix input.h kernel-doc warningRandy Dunlap1-0/+1
2012-03-09Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov1-0/+25
2012-02-09Input: Add EVIOC mechanism for MT slotsHenrik Rydberg1-0/+25
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz1-0/+2
2011-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-0/+1
2011-10-13Input: force feedback - potential integer wrap in input_ff_create()Dan Carpenter1-1/+1
2011-10-05ALSA: jack - Add "Line In" input jack constantsDavid Henningsson1-0/+1
2011-09-08Merge commit 'v3.1-rc4' into nextDmitry Torokhov1-0/+2
2011-08-24Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadDaniel Kurtz1-0/+1
2011-08-05Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski1-0/+2
2011-07-05Input: add guarding parentheses to macrosSimon Budig1-3/+3
2011-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-4/+6
2011-04-13Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown1-0/+1
2011-04-13Input: add KEY_IMAGES specifically for AL Image BrowserJarod Wilson1-4/+5
2011-03-28eeepc-wmi: add camera keysCorentin Chary1-0/+7
2011-02-01Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov1-9/+3
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2011-01-12Merge branch 'next' into for-linusDmitry Torokhov1-0/+1
2011-01-12Input: add SW_ROTATE_LOCK switch typeJekyll Lai1-0/+1
2011-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-17/+21
2011-01-07Merge branch 'next' into for-linusDmitry Torokhov1-17/+21
2010-12-29[media] Fix rc-tbs-nec table after converting the cx88 driver to ir-coreMariusz Białończyk1-0/+2
2010-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov1-0/+16
2010-12-20Input: introduce device propertiesHenrik Rydberg1-0/+16
2010-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov1-17/+5
2010-12-16input: mt: Add hovering distance axisHenrik Rydberg1-1/+2
2010-12-16input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg1-0/+3
2010-12-16input: mt: Break out slots handlingHenrik Rydberg1-16/+0