updating multitouch driver to specify touchscreen devices

This commit is contained in:
Jake Day 2017-11-08 21:58:30 -05:00
parent 21b03cb66b
commit 5cb50cf9b9

View file

@ -1172,7 +1172,7 @@ static int mt_input_configured(struct hid_device *hdev, struct hid_input *hi)
__set_bit(BTN_STYLUS, hi->input->keybit);
break;
case HID_DG_TOUCHSCREEN:
/* we do not set suffix = "Touchscreen" */
suffix = "Touchscreen";
break;
case HID_DG_TOUCHPAD:
suffix = "Touchpad";