Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.11-rc4 to receive updates for the input subsystem. You will get: - a tweak to uinput interface to reject requests with abnormally large number of slots. 100 slots/contacts should be enough for real devices - support for FocalTech FT8201 added to the edt-ft5x06 driver - tweaks to i8042 to handle more devices that have issue with its emulation - Synaptics touchpad switched to native SMbus/RMI mode on HP Elitebook 840 G2 - other minor fixes. Changelog: --------- Dmitry Torokhov (2): Input: uinput - reject requests with unreasonable number of slots Input: himax_hx83112b - fix incorrect size when reading product ID Felix Kaechele (2): dt-bindings: input: touchscreen: edt-ft5x06: Document FT8201 support Input: edt-ft5x06 - add support for FocalTech FT8201 John Keeping (1): Input: adc-joystick - fix optional value handling Jonathan Denose (1): Input: synaptics - enable SMBus for HP Elitebook 840 G2 Marek Vasut (1): Input: ads7846 - ratelimit the spi_sync error message Takashi Iwai (1): Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table Werner Sembach (2): Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3 Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination Diffstat: -------- .../bindings/input/touchscreen/edt-ft5x06.yaml | 1 + drivers/input/joystick/adc-joystick.c | 7 ++++-- drivers/input/misc/uinput.c | 14 +++++++++++ drivers/input/mouse/synaptics.c | 1 + drivers/input/serio/i8042-acpipnpio.h | 29 +++++++++++++--------- drivers/input/serio/i8042.c | 10 +++++--- drivers/input/touchscreen/ads7846.c | 2 +- drivers/input/touchscreen/edt-ft5x06.c | 6 +++++ drivers/input/touchscreen/himax_hx83112b.c | 14 ++--------- 9 files changed, 54 insertions(+), 30 deletions(-) Thanks. -- Dmitry