Re: [[PATCH v3 10/20]] input&tty: Fix the keyboard led light display problem
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-10-20 07:30:29
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-10-20 07:30:29
Also in:
lkml
On Wed, Oct 20, 2021 at 02:48:42PM +0800, lianzhi chang wrote:
Switching from the desktop environment to the tty environment, the state of the keyboard led lights and the state of the keyboard lock are inconsistent. This is because the attribute kb->kbdmode of the tty bound in the desktop environment (xorg) is set to VC_OFF, which causes the ledstate and kb->ledflagstate values of the bound tty to always be 0, which causes the switch from the desktop When to the tty environment, the LED light status is inconsistent with the keyboard lock status. Signed-off-by: lianzhi chang <redacted>
This is patch 10 out of 20? Where are the other 19 patches in this series? And your subject line should not have "input&" in it anymore, right? thanks, greg k-h