Re: [PATCH v2] Input: atkbd - skip deactivate for HONOR ZQC-P

Ruslan Shevchenko <[email protected]> Sat, 1 Aug 2026 23:48:28 +0300
Newsgroups org.kernel.vger.linux-input
Message-ID <CAJB8JAXa7nVzuhbJf-LMcxN08rEmhCkKKSx_UwfN5zd8AP0j3w@mail.gmail.com>
On Sat, Aug 01, 2026 at 03:11:30PM +0000, Donglin Lyu wrote:
> The internal keyboard on the HONOR ZQC-P (HONOR MagicBook Pro 14 2026)
> does not work after boot.

Confirmed on a second, independently sourced ZQC-P unit. Same DMI as
yours, down to the BIOS revision:

  sys_vendor    HONOR
  product_name  ZQC-P
  board_name    ZQC-P-PCB
  bios_version  1.09
  bios_date     03/19/2026

Applied on top of 7.1.5 and booted with no i8042 parameters at all. The
keyboard works, no repeats and no dropped keys, and the Caps Lock LED
works again. The observable difference is that the keyboard input device
gains EV_LED:

  without the quirk, booted with i8042.dumbkbd=1
    B: EV=100013
    H: Handlers=sysrq kbd event2
    no LED class devices

  with the quirk, booted with no i8042 parameters
    B: EV=120013
    H: Handlers=sysrq kbd leds event2
    /sys/class/leds/input2::capslock
    /sys/class/leds/input2::numlock
    /sys/class/leds/input2::scrolllock

Nothing else on the machine changed: the I2C HID touchpad and
touchscreen, HDA and SOF audio, and the platform WMI hotkeys all behave
exactly as before.

Worth noting for the record that atkbd_dmi_quirk_table already carries
HONOR FMB-P and HONOR BCC-N, so ZQC-P is the third machine of the same
family needing this.

Tested-by: Ruslan Shevchenko <[email protected]>