summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: uinput - rework ABS validationDavid Herrmann2015-12-181-44/+45
* Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires2015-12-181-3/+83
* Merge branch 'psmouse-passthrough' into nextDmitry Torokhov2015-12-175-414/+392
|\
| * Input: psmouse - rename ps2pp_init() to ps2pp_detect()Dmitry Torokhov2015-12-173-4/+4
| * Input: psmouse - limit protocols that we try on passthrough portsDmitry Torokhov2015-12-171-0/+10
| * Input: psmouse - factor out common protocol probing codeDmitry Torokhov2015-12-171-78/+86
| * Input: psmouse - move protocol descriptions aroundDmitry Torokhov2015-12-171-190/+189
| * Input: psmouse - clean up Cypress probeDmitry Torokhov2015-12-171-12/+8
| * Input: psmouse - rearrange Focaltech init codeDmitry Torokhov2015-12-173-27/+26
| * Input: psmouse - fix comment styleDmitry Torokhov2015-12-171-155/+124
| * Input: psmouse - use switch statement in psmouse_process_byte()Dmitry Torokhov2015-12-171-34/+31
* | Input: add touchscreen support for TS-4800Damien Riegel2015-12-163-0/+233
* | Input: add eGalaxTouch serial touchscreen driverBöszörményi Zoltán2015-12-163-0/+205
* | Input: da9063 - report KEY_POWER instead of KEY_SLEEP during power key-pressSteve Twiss2015-12-121-4/+4
* | Input: pixcir_i2c - add support for wake and enable gpiosSander Vermin2015-12-041-0/+41
* | Input: wacom_w8001 - split the touch and pen devices into two devicesPeter Hutterer2015-12-031-51/+116
* | Input: wacom_w8001 - split pen and touch initialization upPeter Hutterer2015-12-031-83/+111
* | Input: wacom_w8001 - handle touch error case correctlyPeter Hutterer2015-12-031-10/+9
* | Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg supportPeter Hutterer2015-12-031-0/+1
* | Input: wacom_w8001 - use __set_bit for evbitsPeter Hutterer2015-12-031-1/+2
* | Input: sparcspkr - use platform_register/unregister_drivers()Thierry Reding2015-12-021-11/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-138-697/+871
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2015-11-138-697/+871
| |\ \
| | * | Input: parkbd - drop bogus __init from parkbd_allocate_serio()Geert Uytterhoeven2015-11-091-1/+1
| | * | Input: elantech - add Fujitsu Lifebook U745 to force crc_enabledTakashi Iwai2015-11-061-0/+7
| | * | Input: tsc2004 - add support for tsc2004Michael Welling2015-11-033-0/+97
| | * | Input: tsc200x-core - rename functions and variablesMichael Welling2015-11-033-152/+152
| | * | Input: tsc2005 - separate SPI and core functionsMichael Welling2015-11-035-695/+765
* | | | remove abs64()Andrew Morton2015-11-091-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-0640-926/+3211
|\| | |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2015-11-0353-1337/+3554
| |\| |
| | * | Input: evdev - fix bug in checking duplicate clock change requestAniroop Mathur2015-10-311-17/+19
| | * | Input: add userio moduleStephen Chandler Paul2015-10-273-0/+300
| | * | Input: evdev - add event-mask APIDavid Herrmann2015-10-261-2/+232
| | * | Input: snvs_pwrkey - remove duplicated semicolonJavier Martinez Canillas2015-10-261-2/+1
| | * | Input: e3x0-button - update Kconfig descriptionMoritz Fischer2015-10-261-2/+2
| | * | Input: tegra-kbc - drop use of IRQF_NO_SUSPEND flagSudeep Holla2015-10-261-1/+1
| | * | Input: tegra-kbc - enable support for the standard "wakeup-source" propertySudeep Holla2015-10-261-1/+2
| | * | Input: xen - check return value of xenbus_printfInsu Yun2015-10-221-2/+8
| | * | Input: hp_sdc_rtc - fix y2038 problem in proc_showWEN Pingbo2015-10-221-26/+26
| | * | Input: nomadik-ske-keypad - fix a trivial typoGeliang Tang2015-10-221-1/+1
| | * | Input: xpad - fix clash of presence handling with LED settingPavel Rojtberg2015-10-191-2/+9
| | * | Input: edt-ft5x06 - work around FT5506 firmware bugFranklin S Cooper Jr2015-10-161-3/+3
| | * | Input: edt-ft5x06 - add support for FT5506Franklin S Cooper Jr2015-10-161-1/+7
| | * | Input: edt-ft5x06 - add support for different max support pointsFranklin S Cooper Jr2015-10-161-9/+29
| | * | Input: edt-ft5x06 - use max support points to determine how much to readFranklin S Cooper Jr2015-10-161-4/+5
| | * | Input: rotary-encoder - add support for quarter-period modeEzequiel Garcia2015-10-161-5/+81
| | * | Input: rotary-encoder - use of_property_read_boolBen Gamari2015-10-161-8/+6
| | * | Input: document and check on implicitly defined FF_MAX_EFFECTSElias Vanderstuyft2015-10-161-0/+5
| | * | Input: gpio_keys_polled - add support for abs/rel axisHans de Goede2015-10-141-9/+79