[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211104133701.1733551-4-tero.kristo@linux.intel.com>
Date: Thu, 4 Nov 2021 15:36:56 +0200
From: Tero Kristo <tero.kristo@...ux.intel.com>
To: jikos@...nel.org, benjamin.tissoires@...hat.com,
mika.westerberg@...ux.intel.com, tero.kristo@...ux.intel.com
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC 3/8] HID: hid-input: Add suffix also for HID_DG_PEN
From: Mika Westerberg <mika.westerberg@...ux.intel.com>
This and HID_DG_STYLUS are pretty much the same thing so add suffix for
HID_DG_PEN too. This makes the input device name look better.
Signed-off-by: Mika Westerberg <mika.westerberg@...ux.intel.com>
Signed-off-by: Tero Kristo <tero.kristo@...ux.intel.com>
---
drivers/hid/hid-input.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c
index e1f7cef52afa..05449fa59dc4 100644
--- a/drivers/hid/hid-input.c
+++ b/drivers/hid/hid-input.c
@@ -1736,6 +1736,7 @@ static struct hid_input *hidinput_allocate(struct hid_device *hid,
case HID_GD_MOUSE:
suffix = "Mouse";
break;
+ case HID_DG_PEN:
case HID_DG_STYLUS:
suffix = "Pen";
break;
--
2.25.1
Powered by blists - more mailing lists