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); __set_bit(BTN_STYLUS, hi->input->keybit);
break; break;
case HID_DG_TOUCHSCREEN: case HID_DG_TOUCHSCREEN:
/* we do not set suffix = "Touchscreen" */ suffix = "Touchscreen";
break; break;
case HID_DG_TOUCHPAD: case HID_DG_TOUCHPAD:
suffix = "Touchpad"; suffix = "Touchpad";