-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov: - a few drivers have been updated to use flexible-array syntax instead of GCC extension - ili210x touchscreen driver now supports the 2120 protocol flavor - a couple more of Synaptics devices have been switched over to RMI4 * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: cyapa - replace zero-length array with flexible-array member Input: tca6416-keypad - replace zero-length array with flexible-array member Input: gpio_keys_polled - replace zero-length array with flexible-array member Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list Input: synaptics - enable SMBus on ThinkPad L470 Input: synaptics - switch T470s to RMI4 by default Input: gpio_keys - replace zero-length array with flexible-array member Input: goldfish_events - replace zero-length array with flexible-array member Input: psmouse - switch to using i2c_new_scanned_device() Input: ili210x - add ili2120 support Input: ili210x - fix return value of is_visible function
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/input/ilitek,ili2xxx.txt 2 additions, 1 deletionDocumentation/devicetree/bindings/input/ilitek,ili2xxx.txt
- drivers/input/keyboard/goldfish_events.c 1 addition, 1 deletiondrivers/input/keyboard/goldfish_events.c
- drivers/input/keyboard/gpio_keys.c 1 addition, 1 deletiondrivers/input/keyboard/gpio_keys.c
- drivers/input/keyboard/gpio_keys_polled.c 1 addition, 1 deletiondrivers/input/keyboard/gpio_keys_polled.c
- drivers/input/keyboard/tca6416-keypad.c 2 additions, 2 deletionsdrivers/input/keyboard/tca6416-keypad.c
- drivers/input/mouse/cyapa_gen5.c 4 additions, 4 deletionsdrivers/input/mouse/cyapa_gen5.c
- drivers/input/mouse/psmouse-smbus.c 5 additions, 3 deletionsdrivers/input/mouse/psmouse-smbus.c
- drivers/input/mouse/synaptics.c 3 additions, 1 deletiondrivers/input/mouse/synaptics.c
- drivers/input/touchscreen/ili210x.c 33 additions, 1 deletiondrivers/input/touchscreen/ili210x.c
Loading
Please register or sign in to comment