Age | Commit message (Expand) | Author |
2017-05-22 | Input: mcs - move header file out of I2C realm | Wolfram Sang |
2017-05-22 | Input: lm8323 - move header file out of I2C realm | Wolfram Sang |
2017-05-11 | Input: elantech - force relative mode on a certain module | KT Liao |
2017-05-11 | Input: elan_i2c - add support for fetching chip type on newer hardware | KT Liao |
2017-05-11 | Input: elan_i2c - check if device is there before really probing | Dmitry Torokhov |
2017-05-10 | Input: switch to using sizeof(*type) when allocating memory | Markus Elfring |
2017-05-10 | Input: use seq_puts() in input_devices_seq_show() | Markus Elfring |
2017-05-10 | Input: use seq_putc() in input_seq_print_bitmap() | Markus Elfring |
2017-05-01 | Input: ar1021_i2c - use BIT to check for a bit | Martin Kepplinger |
2017-05-01 | Input: twl4030-pwrbutton - use input_set_capability() helper | Sebastian Reichel |
2017-05-01 | Input: twl4030-pwrbutton - use correct device for irq request | Sebastian Reichel |
2017-05-01 | Input: ar1021_i2c - enable touch mode during open | Martin Kepplinger |
2017-04-19 | Input: xen-kbdfront - add module parameter for setting resolution | Juergen Gross |
2017-04-14 | Input: synaptics-rmi4 - enable IRQ operation in F34 V7 | Nick Dyer |
2017-04-14 | Input: synaptics-rmi4 - change F12 clip to inactive border debug | Nick Dyer |
2017-04-14 | Input: synaptics-rmi4 - use dev_driver_string when registering interrupt | Nick Dyer |
2017-04-14 | Input: ar1021_i2c - highlight support for AR1020 | Martin Kepplinger |
2017-04-14 | Input: ar1021_i2c - do not force raising edge IRQ trigger | Dmitry Torokhov |
2017-04-14 | Input: ar1021_i2c - fix too long name in driver's device table | Dmitry Torokhov |
2017-04-12 | Input: ar1021_i2c - coding style fixes | Martin Kepplinger |
2017-04-12 | Input: lpc32xx_ts - check for clk_prepare_enable() error | Fabio Estevam |
2017-04-12 | Input: imx6ul_tsc - fix error handling | Fabio Estevam |
2017-04-10 | Input: omap-keypad - fix error handling code | Christophe JAILLET |
2017-04-10 | Input: xpad - support some quirky Xbox One pads | Cameron Gutman |
2017-04-10 | Input: yealink - define packet offset __be16 instead of u16 | Martin Kepplinger |
2017-04-10 | Input: turbografx - use setup_timer | Geliang Tang |
2017-04-10 | Input: locomokbd - use setup_timer | Geliang Tang |
2017-04-10 | Input: gameport - use setup_timer | Geliang Tang |
2017-04-10 | Input: db9 - use setup_timer | Geliang Tang |
2017-04-10 | Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETA | Hans de Goede |
2017-04-05 | Input: pm8xxx-vib - add support for pm8916's vibrator | Damien Riegel |
2017-04-05 | Input: pm8xxx-vib - handle separate enable register | Damien Riegel |
2017-04-05 | Input: pm8xxx-vib - parametrize the driver | Damien Riegel |
2017-04-05 | Input: pm8xxx-vib - reorder header alphabetically | Damien Riegel |
2017-04-05 | Input: sur40 - fix bad endianness handling in sur40_poll | Martin Kepplinger |
2017-04-05 | Input: eeti_ts - switch to gpiod API | Dmitry Torokhov |
2017-04-05 | Input: eeti_ts - expect platform code to set interrupt trigger | Dmitry Torokhov |
2017-04-03 | Input: eeti_ts - switch to using threaded interrupt | Dmitry Torokhov |
2017-04-03 | Input: eeti_ts - use gpio_get_value_cansleep | Dmitry Torokhov |
2017-04-03 | Input: eeti_ts - respect interrupt set in client structure | Dmitry Torokhov |
2017-04-03 | Input: eeti_ts - switch to using managed resources | Dmitry Torokhov |
2017-04-03 | Input: eeti_ts - use input_set_capability() | Dmitry Torokhov |
2017-04-03 | Input: eeti_ts - use get_unaligned_be16() to retrieve data | Dmitry Torokhov |
2017-04-03 | Input: eeti_ts - use BIT(n) | Dmitry Torokhov |
2017-04-03 | Input: eeti_ts - rename eeti_ts_priv to eeti_ts | Dmitry Torokhov |
2017-04-03 | Input: synaptics-rmi4 - when registering sensors do not call them "drivers" | Dmitry Torokhov |
2017-04-03 | Input: synaptics-rmi4 - cleanup SMbus mapping handling | Dmitry Torokhov |
2017-04-03 | Input: synaptics-rmi4 - fix endianness issue in SMBus transport | Dmitry Torokhov |
2017-04-03 | Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensor | Dmitry Torokhov |
2017-04-03 | Input: synaptics - use u8 instead of unsigned char | Dmitry Torokhov |