HID: hid-debug: fix Moir -> Moire typo
authorThomas Kuehne <thomas.kuehne@gmx.li>
Sat, 13 Apr 2024 12:20:51 +0000 (12:20 +0000)
committerJiri Kosina <jkosina@suse.com>
Mon, 6 May 2024 21:16:41 +0000 (23:16 +0200)
This adds the letter "e" to fix hid_usage_table' HorizontalMoir and
VerticalMoir entries.

Signed-off-by: ThomasKuehne <2562574+ThomasKuehne@users.noreply.github.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-debug.c

index add353a..a62e71a 100644 (file)
@@ -2361,8 +2361,8 @@ static const struct hid_usage_entry hid_usage_table[] = {
                { 0x82, 0x0048, "TopCornerDistortionBalance" },
                { 0x82, 0x004a, "BottomCornerDistortionControl" },
                { 0x82, 0x004c, "BottomCornerDistortionBalance" },
-               { 0x82, 0x0056, "HorizontalMoir" },
-               { 0x82, 0x0058, "VerticalMoir" },
+               { 0x82, 0x0056, "HorizontalMoire" },
+               { 0x82, 0x0058, "VerticalMoire" },
                { 0x82, 0x005e, "InputLevelSelect" },
                { 0x82, 0x0060, "InputSourceSelect" },
                { 0x82, 0x006c, "RedVideoBlackLevel" },