|
@@ -734,7 +734,8 @@ static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi,
|
|
|
case HID_DG_CONFIDENCE:
|
|
|
if ((cls->name == MT_CLS_WIN_8 ||
|
|
|
cls->name == MT_CLS_WIN_8_DUAL) &&
|
|
|
- field->application == HID_DG_TOUCHPAD)
|
|
|
+ (field->application == HID_DG_TOUCHPAD ||
|
|
|
+ field->application == HID_DG_TOUCHSCREEN))
|
|
|
app->quirks |= MT_QUIRK_CONFIDENCE;
|
|
|
|
|
|
if (app->quirks & MT_QUIRK_CONFIDENCE)
|