aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/hid-multitouch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 426b2f1a3450..661b4fce1a5d 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -968,6 +968,9 @@ static void mt_input_configured(struct hid_device *hdev, struct hid_input *hi)
968 case HID_DG_TOUCHSCREEN: 968 case HID_DG_TOUCHSCREEN:
969 /* we do not set suffix = "Touchscreen" */ 969 /* we do not set suffix = "Touchscreen" */
970 break; 970 break;
971 case HID_DG_TOUCHPAD:
972 suffix = "Touchpad";
973 break;
971 case HID_GD_SYSTEM_CONTROL: 974 case HID_GD_SYSTEM_CONTROL:
972 suffix = "System Control"; 975 suffix = "System Control";
973 break; 976 break;