Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH] Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard
@ 2026-06-05  7:27 Cryolitia PukNgae
  2026-06-06 21:01 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Cryolitia PukNgae @ 2026-06-05  7:27 UTC (permalink / raw)
  To: Dmitry Torokhov, Hans de Goede
  Cc: linux-input, linux-kernel, zhanjun, niecheng1, Mingcong Bai,
	Kexy Biscuit, kernel, Hongfei Ren, stable, Cryolitia PukNgae

After commit 9cf6e24c9fbf17e52de9fff07f12be7565ea6d61 ("Input: atkbd -
do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID"), HONOR
BCC-N, aka HONOR MagicBook 14 2026's internal keyboard stops
working. Adding the atkbd_deactivate_fixup quirk fixes it.

DMI: HONOR BCC-N/BCC-N-PCB, BIOS 1.04 04/07/2026

Fixes: 9cf6e24c9fbf17e52de9fff07f12be7565ea6d61 ("Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID")
Reported-by: Hongfei Ren <lcrhf@outlook.com>
Link: https://github.com/colorcube/Linux-on-Honor-Magicbook-14-Pro/issues/1#issuecomment-4562679891
Tested-by: Hongfei Ren <lcrhf@outlook.com>
Cc: stable@kernel.org
Signed-off-by: Cryolitia PukNgae <cryolitia.pukngae@linux.dev>
---
 drivers/input/keyboard/atkbd.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index c8ad55f26ea8..de8edab3cb0f 100644
--- a/drivers/input/keyboard/atkbd.c
+++ b/drivers/input/keyboard/atkbd.c
@@ -1923,6 +1923,13 @@ static const struct dmi_system_id atkbd_dmi_quirk_table[] __initconst = {
 		},
 		.callback = atkbd_deactivate_fixup,
 	},
+	{
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "HONOR"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "BCC-N"),
+		},
+		.callback = atkbd_deactivate_fixup,
+	},
 	{ }
 };
 

---
base-commit: ddd664bbff63e09e7a7f9acae9c43605d4cf185f
change-id: 20260605-honor-5c3dc4df853b

Best regards,
--  
Cryolitia PukNgae <cryolitia.pukngae@linux.dev>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard
  2026-06-05  7:27 [PATCH] Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard Cryolitia PukNgae
@ 2026-06-06 21:01 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2026-06-06 21:01 UTC (permalink / raw)
  To: Cryolitia PukNgae
  Cc: Hans de Goede, linux-input, linux-kernel, zhanjun, niecheng1,
	Mingcong Bai, Kexy Biscuit, kernel, Hongfei Ren, stable

On Fri, Jun 05, 2026 at 03:27:21PM +0800, Cryolitia PukNgae wrote:
> After commit 9cf6e24c9fbf17e52de9fff07f12be7565ea6d61 ("Input: atkbd -
> do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID"), HONOR
> BCC-N, aka HONOR MagicBook 14 2026's internal keyboard stops
> working. Adding the atkbd_deactivate_fixup quirk fixes it.
> 
> DMI: HONOR BCC-N/BCC-N-PCB, BIOS 1.04 04/07/2026
> 
> Fixes: 9cf6e24c9fbf17e52de9fff07f12be7565ea6d61 ("Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID")
> Reported-by: Hongfei Ren <lcrhf@outlook.com>
> Link: https://github.com/colorcube/Linux-on-Honor-Magicbook-14-Pro/issues/1#issuecomment-4562679891
> Tested-by: Hongfei Ren <lcrhf@outlook.com>
> Cc: stable@kernel.org
> Signed-off-by: Cryolitia PukNgae <cryolitia.pukngae@linux.dev>

Applied, thank you.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-06 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-05  7:27 [PATCH] Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard Cryolitia PukNgae
2026-06-06 21:01 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox