diff options
-rw-r--r-- | drivers/hid/hid-multitouch.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index 296d4991560e..a20fc604ffd8 100644 --- a/drivers/hid/hid-multitouch.c +++ b/drivers/hid/hid-multitouch.c | |||
@@ -396,6 +396,11 @@ static void mt_feature_mapping(struct hid_device *hdev, | |||
396 | td->is_buttonpad = true; | 396 | td->is_buttonpad = true; |
397 | 397 | ||
398 | break; | 398 | break; |
399 | case 0xff0000c5: | ||
400 | /* Retrieve the Win8 blob once to enable some devices */ | ||
401 | if (usage->usage_index == 0) | ||
402 | mt_get_feature(hdev, field->report); | ||
403 | break; | ||
399 | } | 404 | } |
400 | } | 405 | } |
401 | 406 | ||