]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: usbkbd: Fix the bit shift number for LED_KANA
authorjunan <junan76@163.com>
Thu, 28 Nov 2024 02:35:18 +0000 (10:35 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Jun 2025 12:40:17 +0000 (14:40 +0200)
commit08aec29a16db769c8449745265d53022261443f6
treec7bf3608bc9e36cbc076586e9e68a7f1d39efb63
parent3b72b124877040352165f389b66ac77f3057f36f
HID: usbkbd: Fix the bit shift number for LED_KANA

[ Upstream commit d73a4bfa2881a6859b384b75a414c33d4898b055 ]

Since "LED_KANA" was defined as "0x04", the shift number should be "4".

Signed-off-by: junan <junan76@163.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/usbhid/usbkbd.c