Skip to content

Commit

Permalink
Revert "HID: Improve Windows Precision Touchpad detection."
Browse files Browse the repository at this point in the history
This reverts commit cef457f.

Reason to revert:
  patch already backported into 4.19 as 51ade3d
  (upstream: 2dbc6f1)
  • Loading branch information
kitakar5525 committed Jan 17, 2020
1 parent 6515d8e commit e8e9087
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,10 +741,6 @@ static void hid_scan_feature_usage(struct hid_parser *parser, u32 usage)
if (usage == 0xff0000c5 && parser->global.report_count == 256 &&
parser->global.report_size == 8)
parser->scan_flags |= HID_SCAN_FLAG_MT_WIN_8;

if (usage == 0xff0000c6 && parser->global.report_count == 1 &&
parser->global.report_size == 8)
parser->scan_flags |= HID_SCAN_FLAG_MT_WIN_8;
}

static void hid_scan_collection(struct hid_parser *parser, unsigned type)
Expand Down

0 comments on commit e8e9087

Please sign in to comment.