mirror of https://github.com/torvalds/linux.git
Pull input subsystem updates from Dmitry Torokhov: "Two new drivers for Elan hardware (for I2C touchpad and touchscreen found in several Chromebooks and other devices), a driver for Goodix touch panel, and small fixes to Cypress I2C trackpad and other input drivers. Also we switched to use __maybe_unused instead of gating suspend/ resume code with #ifdef guards to get better compile coverage" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (27 commits) Input: gpio_keys - fix warning regarding uninitialized 'button' variable Input: add support for Elan eKTH I2C touchscreens Input: gpio_keys - fix warning regarding uninitialized 'irq' variable Input: cyapa - use 'error' for error codes Input: cyapa - fix resuming the device Input: gpio_keys - add device tree support for interrupt only keys Input: amikbd - allocate temporary keymap buffer on the stack Input: amikbd - fix build if !CONFIG_HW_CONSOLE Input: lm8323 - missing error check in lm8323_set_disable() Input: initialize device counter variables with -1 Input: initialize input_no to -1 to avoid subtraction Input: i8042 - do not try to load on Intel NUC D54250WYK Input: atkbd - correct MSC_SCAN events for force_release keys Input: cyapa - switch to using managed resources Input: lifebook - use "static inline" instead of "inline" in lifebook.h Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume Input: mouse - use __maybe_unused instead of ifdef around suspend/resume Input: misc - use __maybe_unused instead of ifdef around suspend/resume Input: cap11xx - support for irq-active-high option Input: cap11xx - add support for various cap11xx devices ... |
||
|---|---|---|
| .. | ||
| 88pm860x-ts.c | ||
| Kconfig | ||
| Makefile | ||
| ad7877.c | ||
| ad7879-i2c.c | ||
| ad7879-spi.c | ||
| ad7879.c | ||
| ad7879.h | ||
| ads7846.c | ||
| ar1021_i2c.c | ||
| atmel-wm97xx.c | ||
| atmel_mxt_ts.c | ||
| auo-pixcir-ts.c | ||
| bu21013_ts.c | ||
| cy8ctmg110_ts.c | ||
| cyttsp4_core.c | ||
| cyttsp4_core.h | ||
| cyttsp4_i2c.c | ||
| cyttsp4_spi.c | ||
| cyttsp_core.c | ||
| cyttsp_core.h | ||
| cyttsp_i2c.c | ||
| cyttsp_i2c_common.c | ||
| cyttsp_spi.c | ||
| da9034-ts.c | ||
| da9052_tsi.c | ||
| dynapro.c | ||
| edt-ft5x06.c | ||
| eeti_ts.c | ||
| egalax_ts.c | ||
| elants_i2c.c | ||
| elo.c | ||
| fujitsu_ts.c | ||
| goodix.c | ||
| gunze.c | ||
| hampshire.c | ||
| hp680_ts_input.c | ||
| htcpen.c | ||
| ili210x.c | ||
| inexio.c | ||
| intel-mid-touch.c | ||
| ipaq-micro-ts.c | ||
| jornada720_ts.c | ||
| lpc32xx_ts.c | ||
| mainstone-wm97xx.c | ||
| max11801_ts.c | ||
| mc13783_ts.c | ||
| mcs5000_ts.c | ||
| migor_ts.c | ||
| mk712.c | ||
| mms114.c | ||
| mtouch.c | ||
| of_touchscreen.c | ||
| pcap_ts.c | ||
| penmount.c | ||
| pixcir_i2c_ts.c | ||
| s3c2410_ts.c | ||
| st1232.c | ||
| stmpe-ts.c | ||
| sun4i-ts.c | ||
| sur40.c | ||
| ti_am335x_tsc.c | ||
| touchit213.c | ||
| touchright.c | ||
| touchwin.c | ||
| tps6507x-ts.c | ||
| tsc40.c | ||
| tsc2005.c | ||
| tsc2007.c | ||
| ucb1400_ts.c | ||
| usbtouchscreen.c | ||
| w90p910_ts.c | ||
| wacom_i2c.c | ||
| wacom_w8001.c | ||
| wm97xx-core.c | ||
| wm831x-ts.c | ||
| wm9705.c | ||
| wm9712.c | ||
| wm9713.c | ||
| zforce_ts.c | ||
| zylonite-wm97xx.c | ||