]> 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:38:04 +0000 (14:38 +0200)
commitd6fd1eee07675f293b2a40239ca2ec47c8798227
treed48521f3f66098bc5336d1d7e7cc02cfaeaf9c96
parent2c6387f545be6365e8ed223790c6ffe2d6856734
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