Re: [PATCH 6.18.y 2/2] Input: atkbd - skip deactivate for HONOR ZQC-P
Greg KH <[email protected]>
| Newsgroups | org.kernel.vger.stable |
|---|---|
| Message-ID | <2026082459-tweezers-freedom-b725@gregkh> |
On Mon, Aug 24, 2026 at 10:50:35AM -0400, Sasha Levin wrote: > From: Donglin Lyu <[email protected]> > > [ Upstream commit 410c44b1096789d0c40fbee706520e981dba7bc1 ] > > The internal keyboard on the HONOR ZQC-P (HONOR MagicBook Pro 14 2026) > does not work after boot. > > Using the kernel command line 'i8042.dumbkbd=1' makes the keyboard > functional, but the CapsLock LED does not work. Adding the > 'atkbd_deactivate_fixup' quirk fixes the keyboard and CapsLock LED > natively without requiring boot parameters. > > DMI: HONOR ZQC-P/ZQC-P-PCB, BIOS 1.09 03/19/2026 > > Fixes: 9cf6e24c9fbf ("Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID") > Signed-off-by: Donglin Lyu <[email protected]> > Tested-by: Ruslan Shevchenko <[email protected]> > Link: https://patch.msgid.link/[email protected] > Cc: [email protected] > [dtor: keep all HONOR entries together] > Signed-off-by: Dmitry Torokhov <[email protected]> > Signed-off-by: Sasha Levin <[email protected]> > --- > drivers/input/keyboard/atkbd.c | 18 +++++++++++++----- > 1 file changed, 13 insertions(+), 5 deletions(-) Did I miss a patch 1/2 for this? And this patch differs a lot from the original, why not just backport the id table changes that were done in the meantime instead? thanks, greg k-h