]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJiri Kosina <jkosina@suse.com>
Mon, 3 Feb 2025 21:52:47 +0000 (22:52 +0100)
commitd73a4bfa2881a6859b384b75a414c33d4898b055
tree24e4536209d352c71e9c4432b554b8d2391aeabd
parent27c02784773a69fd896e42f3cec73be8c5c83c1f
HID: usbkbd: Fix the bit shift number for LED_KANA

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>
drivers/hid/usbhid/usbkbd.c