Merge tag 'input-for-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input fixes from Dmitry Torokhov: - a fix for the fix to deal with newer laptops which get confused by the "GET ID" command when probing for PS/2 keyboards - a couple of tweaks to i8042 to handle Clevo NS70PU and Lifebook U728 laptops - a change to bcm5974 to validate that the device has appropriate endpoints - an addition of new product ID to xpad driver to recognize Lenovo Legion Go controllers - a quirk to Goodix controller to deal with extra GPIO described in ACPI tables on some devices. * tag 'input-for-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID Input: bcm5974 - check endpoint type before starting traffic Input: xpad - add Lenovo Legion Go controllers Input: goodix - accept ACPI resources with gpio_count == 3 && gpio_int_idx == 0
Showing
- drivers/input/joystick/xpad.c 2 additions, 0 deletionsdrivers/input/joystick/xpad.c
- drivers/input/keyboard/atkbd.c 9 additions, 5 deletionsdrivers/input/keyboard/atkbd.c
- drivers/input/mouse/bcm5974.c 20 additions, 0 deletionsdrivers/input/mouse/bcm5974.c
- drivers/input/serio/i8042-acpipnpio.h 14 additions, 0 deletionsdrivers/input/serio/i8042-acpipnpio.h
- drivers/input/touchscreen/goodix.c 2 additions, 1 deletiondrivers/input/touchscreen/goodix.c
Please register or sign in to comment