summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2013-10-06Input: gpio_keys - include linux/of.h headerSachin Kamat1-0/+1
2013-10-06Input: ti_am335x_tsc - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-06Input: egalax_ts - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-06Input: sirfsoc-onkey - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-06Input: tegra-kbc - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-06Input: nspire-keypad - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-06Input: lpc32xx-keys - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-27input: misc: ixp4-beeper: use gpiolib strictlyLinus Walleij1-2/+11
2013-09-27input: misc: ixp4-beeper: switch to use gpiolibLinus Walleij1-7/+5
2013-09-25input: i8042: drop dependency on ARCH_SHARKLinus Walleij1-1/+1
2013-09-22Merge tag 'iio-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-3/+9
2013-09-21input: ti_am335x_tsc: Enable shared IRQ for TSCZubair Lutfullah1-3/+9
2013-09-20Input: wacom - add support for three new Intuos Pro devicesPing Cheng3-16/+58
2013-09-20Input: wacom - LED is only supported through digitizer interfacePing Cheng1-10/+14
2013-09-20Input: wacom - testing result shows get_report is unnecessary.Ping Cheng1-3/+0
2013-09-20Input: wacom - send proper tablet state info when pen leaves proximityJason Gerecke1-0/+7
2013-09-20Input: wacom - support EMR and MFT sensors of Cintiq Companion HybridJason Gerecke3-2/+47
2013-09-20Input: tsc2005 - remove redundant spi_set_drvdataSachin Kamat1-2/+0
2013-09-20Input: ad7879-spi - remove redundant spi_set_drvdataSachin Kamat1-1/+0
2013-09-20Input: ad7877 - remove redundant spi_set_drvdataSachin Kamat1-2/+0
2013-09-20Input: ad714x-spi - remove redundant spi_set_drvdataSachin Kamat1-1/+0
2013-09-19Input: add a driver to support Hyper-V synthetic keyboardK. Y. Srinivasan3-0/+448
2013-09-19Input: uinput - support injecting multiple events in one write() callRyan Mallon1-8/+18
2013-09-18Input: i8042 - i8042_flush fix for a full 8042 bufferAndrey Moiseev1-9/+14
2013-09-18Input: pxa27x_keypad - fix NULL pointer dereferenceMike Dunn1-2/+9
2013-09-18Input: cyttsp4_core - remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-09-18Merge tag 'v3.11' into nextDmitry Torokhov20-325/+452
2013-09-18Input: rb532_button - remove redundant dev_set_drvdataSachin Kamat1-1/+0
2013-09-18Input: htcpen - remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-09-18Input: cobalt_btns - remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-09-18Input: cypress_ps2 - remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-6/+31
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky3-5/+4
2013-09-07Input: evdev - add EVIOCREVOKE ioctlDavid Herrmann1-6/+31
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds27-318/+659
2013-09-07Merge branch 'next' into for-linusDmitry Torokhov27-318/+659
2013-09-07Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2013-09-04HID: Correct the USB IDs for the new Macbook Air 6Henrik Rydberg1-3/+3
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+18
2013-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-6/+53
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen1-0/+1
2013-08-29Input: max11801_ts - convert to devmFabio Estevam1-28/+9
2013-08-29Input: i8042 - disable the driver on ARC platformsMischa Jonker1-1/+2
2013-08-29Input: cyttsp4 - kill 'defined but not used' compiler warningsGeert Uytterhoeven1-100/+100
2013-08-26Input: add driver for slidebar on Lenovo IdeaPad laptopsAndrey Moiseev4-24/+369
2013-08-26Input: xpad - add signature for Razer Onza Classic EditionMag1-0/+1
2013-08-26Input: omap-keypad - set up irq type from DTIllia Smyrnov1-2/+1
2013-08-26Input: omap-keypad - enable wakeup capability for keypad.Illia Smyrnov1-0/+39
2013-08-26Input: omap-keypad - clear interrupts on openIllia Smyrnov1-1/+2