]> 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>
Thu, 29 May 2025 09:13:41 +0000 (11:13 +0200)
commit792cbd85d767d1a47872c0b28d49605b71017460
treee41906234c292abea444fca9780dca8484bacc77
parentd57c3f56e8595e75119be9f2ee8beb97149c2523
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