Skip to content

Commit 815234a

Browse files
Thomas KuehneJiri Kosina
authored andcommitted
HID: hid-debug: fix Moir -> Moire typo
This adds the letter "e" to fix hid_usage_table' HorizontalMoir and VerticalMoir entries. Signed-off-by: ThomasKuehne <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 5465d9f commit 815234a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hid/hid-debug.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,8 +2361,8 @@ static const struct hid_usage_entry hid_usage_table[] = {
23612361
{ 0x82, 0x0048, "TopCornerDistortionBalance" },
23622362
{ 0x82, 0x004a, "BottomCornerDistortionControl" },
23632363
{ 0x82, 0x004c, "BottomCornerDistortionBalance" },
2364-
{ 0x82, 0x0056, "HorizontalMoir" },
2365-
{ 0x82, 0x0058, "VerticalMoir" },
2364+
{ 0x82, 0x0056, "HorizontalMoire" },
2365+
{ 0x82, 0x0058, "VerticalMoire" },
23662366
{ 0x82, 0x005e, "InputLevelSelect" },
23672367
{ 0x82, 0x0060, "InputSourceSelect" },
23682368
{ 0x82, 0x006c, "RedVideoBlackLevel" },

0 commit comments

Comments
 (0)