summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-1/+1
|\
| * Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-2110-11/+64
| |\
| * | gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-1324-651/+1735
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2016-01-1234-675/+1768
| |\ \ \
| | * | | Input: elantech - mark protocols v2 and v3 as semi-mtBenjamin Tissoires2016-01-121-1/+1
| | * | | Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPEPeter Hutterer2016-01-111-3/+0Star
| | * | | Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov2016-01-101-6/+23
| | * | | Input: omap-keypad - remove dead checkDmitry Torokhov2016-01-081-8/+0Star
| | * | | Input: ti_am335x_tsc - fix HWPEN interrupt handlingDave Gerlach2016-01-081-2/+0Star
| | * | | Input: omap-keypad - set tasklet data earlierDan Carpenter2016-01-071-1/+1
| | * | | Input: rohm_bu21023 - fix handling of retrying firmware updateDmitry Torokhov2016-01-071-1/+1
| | * | | Merge branch 'goodix' into nextDmitry Torokhov2016-01-072-41/+473
| | |\ \ \
| | | * | | Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"Karsten Merker2015-12-181-8/+4Star
| | | * | | Input: goodix - add axis swapping and axis inversion supportKarsten Merker2015-12-181-0/+25
| | | * | | Input: goodix - use goodix_i2c_write_u8 instead of i2c_master_sendIrina Tirdea2015-12-181-6/+1Star
| | | * | | Input: goodix - add power management supportIrina Tirdea2015-12-181-5/+98
| | | * | | Input: goodix - write configuration data to deviceIrina Tirdea2015-12-181-32/+212
| | | * | | Input: goodix - reset device at initIrina Tirdea2015-12-182-0/+120
| | | * | | Input: goodix - use actual config length for each device typeIrina Tirdea2015-12-181-2/+25
| | | |/ /
| | * | | Input: ALPS - report v3 pinnacle trackstick device only if is presentPali Rohár2016-01-071-5/+7
| | * | | Input: ALPS - detect trackstick presence for v7 protocolPali Rohár2016-01-071-4/+8
| | * | | Input: pcap_ts - use to_delayed_workGeliang Tang2016-01-031-1/+1
| | * | | Input: bma150 - constify bma150_cfg structureJulia Lawall2016-01-031-1/+1
| | * | | Input: egalax_ts_serial - fix potential NULL dereference on errorDan Carpenter2015-12-201-1/+1
| | * | | Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft2015-12-191-0/+7
| | * | | Input: uinput - rework ABS validationDavid Herrmann2015-12-191-44/+45
| | * | | Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires2015-12-191-3/+83
| | * | | Merge branch 'psmouse-passthrough' into nextDmitry Torokhov2015-12-185-414/+392Star
| | |\ \ \
| | | * | | Input: psmouse - rename ps2pp_init() to ps2pp_detect()Dmitry Torokhov2015-12-183-4/+4
| | | * | | Input: psmouse - limit protocols that we try on passthrough portsDmitry Torokhov2015-12-181-0/+10
| | | * | | Input: psmouse - factor out common protocol probing codeDmitry Torokhov2015-12-181-78/+86
| | | * | | Input: psmouse - move protocol descriptions aroundDmitry Torokhov2015-12-181-190/+189Star
| | | * | | Input: psmouse - clean up Cypress probeDmitry Torokhov2015-12-181-12/+8Star
| | | * | | Input: psmouse - rearrange Focaltech init codeDmitry Torokhov2015-12-183-27/+26Star
| | | * | | Input: psmouse - fix comment styleDmitry Torokhov2015-12-181-155/+124Star
| | | * | | Input: psmouse - use switch statement in psmouse_process_byte()Dmitry Torokhov2015-12-181-34/+31Star
| | * | | | 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-131-4/+4
| | * | | | Input: pixcir_i2c - add support for wake and enable gpiosSander Vermin2015-12-051-0/+41
| | * | | | Input: wacom_w8001 - split the touch and pen devices into two devicesPeter Hutterer2015-12-041-51/+116
| | * | | | Input: wacom_w8001 - split pen and touch initialization upPeter Hutterer2015-12-041-83/+111
| | * | | | Input: wacom_w8001 - handle touch error case correctlyPeter Hutterer2015-12-041-10/+9Star
| | * | | | Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg supportPeter Hutterer2015-12-041-0/+1
| | * | | | Input: wacom_w8001 - use __set_bit for evbitsPeter Hutterer2015-12-041-1/+2
| | * | | | Input: sparcspkr - use platform_register/unregister_drivers()Thierry Reding2015-12-021-11/+7Star
| | | |/ / | | |/| |
| * | | | Input: i8042 - add Fujitsu Lifebook U745 to the nomux listAurélien Francillon2016-01-031-0/+7
* | | | | Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-10/+0Star
|\ \ \ \ \
| * | | | | Drivers: hv: vmbus: fix the building warning with hyperv-keyboardDexuan Cui2015-12-211-10/+0Star
| | |/ / / | |/| | |