aboutsummaryrefslogtreecommitdiff
path: root/include/linux/input.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-0/+1
2011-10-12Input: force feedback - potential integer wrap in input_ff_create()Gravatar Dan Carpenter 1-1/+1
2011-10-05ALSA: jack - Add "Line In" input jack constantsGravatar David Henningsson 1-0/+1
2011-09-07Merge commit 'v3.1-rc4' into nextGravatar Dmitry Torokhov 1-0/+2
2011-08-23Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadGravatar Daniel Kurtz 1-0/+1
2011-08-05Add KEY_MICMUTE and enable it on Lenovo X220Gravatar Andy Lutomirski 1-0/+2
2011-07-04Input: add guarding parentheses to macrosGravatar Simon Budig 1-3/+3
2011-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-4/+6
2011-04-12Input: evdev - indicate buffer overrun with SYN_DROPPEDGravatar Jeff Brown 1-0/+1
2011-04-12Input: add KEY_IMAGES specifically for AL Image BrowserGravatar Jarod Wilson 1-4/+5
2011-03-28eeepc-wmi: add camera keysGravatar Corentin Chary 1-0/+7
2011-01-31Input: switch completely over to the new versions of get/setkeycodeGravatar Dmitry Torokhov 1-9/+3
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+1
2011-01-11Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-0/+1
2011-01-11Input: add SW_ROTATE_LOCK switch typeGravatar Jekyll Lai 1-0/+1
2011-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-17/+21
2011-01-06Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-17/+21
2010-12-29[media] Fix rc-tbs-nec table after converting the cx88 driver to ir-coreGravatar Mariusz Białończyk 1-0/+2
2010-12-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Gravatar Dmitry Torokhov 1-0/+16
2010-12-20Input: introduce device propertiesGravatar Henrik Rydberg 1-0/+16
2010-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Gravatar Dmitry Torokhov 1-17/+5
2010-12-16input: mt: Add hovering distance axisGravatar Henrik Rydberg 1-1/+2
2010-12-16input: mt: Move tracking and pointer emulation to input-mtGravatar Henrik Rydberg 1-0/+3
2010-12-16input: mt: Break out slots handlingGravatar Henrik Rydberg 1-16/+0
2010-12-14Input: define separate EVIOCGKEYCODE_V2/EVIOCSKEYCODE_V2Gravatar Dmitry Torokhov 1-2/+4
2010-11-30Input: document struct input_absinfoGravatar Dmitry Torokhov 1-1/+20
2010-11-30Input: add keycodes for touchpad on/off keysGravatar Bastien Nocera 1-0/+4
2010-11-03Input: export input_reset_device() for use in KGDBGravatar Dmitry Torokhov 1-1/+3
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-12/+45
2010-09-09Input: add support for large scancodesGravatar Mauro Carvalho Chehab 1-11/+44
2010-09-05Input: fix a few typosGravatar Dmitry Torokhov 1-1/+1
2010-08-19input: __rcu annotationsGravatar Arnd Bergmann 1-1/+1
2010-08-02Input: dynamically allocate ABS informationGravatar Daniel Mack 1-39/+18
2010-08-02Input: add static inline accessors for ABS propertiesGravatar Daniel Mack 1-0/+30
2010-07-15Input: change input handlers to use bool when possibleGravatar Dmitry Torokhov 1-3/+3
2010-07-15Input: introduce MT event slotsGravatar Henrik Rydberg 1-0/+33
2010-06-23Input: evdev - use driver hint to compute size of event bufferGravatar Henrik Rydberg 1-0/+21
2010-05-20Input: use ABS_CNT rather than (ABS_MAX + 1)Gravatar Daniel Mack 1-6/+6
2010-04-13Input: add Analog Devices AD714x captouch input driverGravatar Bryan Wu 1-0/+1
2010-03-08Input: scancode in get/set_keycodes should be unsignedGravatar Dmitry Torokhov 1-8/+12
2010-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-4/+13
2010-02-28Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-4/+13
2010-02-26Input: atkbd - release previously reserved keycodes 248 - 254Gravatar Dmitry Torokhov 1-1/+1
2010-02-26Input: add KEY_WPS_BUTTON definitionGravatar Dmitry Torokhov 1-0/+1
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+42
2010-02-18Input: add KEY_RFKILLGravatar Matthew Garrett 1-0/+1
2010-02-04Input: add match() method to input hanldersGravatar Dmitry Torokhov 1-3/+3
2010-02-02Merge branch 'master' into upstreamGravatar Jiri Kosina 1-0/+1
2010-01-30Input: implement input filtersGravatar Dmitry Torokhov 1-0/+8
2010-01-28Input: add the ABS_MT_PRESSURE eventGravatar Henrik Rydberg 1-0/+1