* [PATCH] HID: hid-debug: fix Moir -> Moire typo
@ 2024-04-13 12:20 Thomas Kuehne
2024-05-06 21:17 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Kuehne @ 2024-04-13 12:20 UTC (permalink / raw)
To: jikos, bentiss; +Cc: linux-input
This adds the letter "e" to fix hid_usage_table' HorizontalMoir and
VerticalMoir entries.
Signed-off-by: ThomasKuehne <2562574+ThomasKuehne@users.noreply.github.com>
---
drivers/hid/hid-debug.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c
index add353a17853..a62e71a5ccef 100644
--- a/drivers/hid/hid-debug.c
+++ b/drivers/hid/hid-debug.c
@@ -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" },
base-commit: 9ed46da14b9b9b2ad4edb3b0c545b6dbe5c00d39
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] HID: hid-debug: fix Moir -> Moire typo
2024-04-13 12:20 [PATCH] HID: hid-debug: fix Moir -> Moire typo Thomas Kuehne
@ 2024-05-06 21:17 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2024-05-06 21:17 UTC (permalink / raw)
To: Thomas Kuehne; +Cc: bentiss, linux-input
On Sat, 13 Apr 2024, Thomas Kuehne wrote:
> This adds the letter "e" to fix hid_usage_table' HorizontalMoir and
> VerticalMoir entries.
Applied, thanks.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-06 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13 12:20 [PATCH] HID: hid-debug: fix Moir -> Moire typo Thomas Kuehne
2024-05-06 21:17 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).