Message ID | 20211126130141.1811848-3-tero.kristo@linux.intel.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Jiri Kosina |
Headers | show |
Series | USI stylus support series | expand |
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 39ebedb2323b..73c2edda742e 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -1737,6 +1737,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;