Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202179
b: refs/heads/master
c: 6967b4d
h: refs/heads/master
i:
  202177: 4e88eb0
  202175: 5deb974
v: v3
  • Loading branch information
Henrik Rydberg authored and Dmitry Torokhov committed Jun 23, 2010
1 parent 1d98c73 commit 7f72508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c13aea033cbeb181e7e135f280ecdfca49f90180
refs/heads/master: 6967b4d9de4a7cf3b00cd9a93981d3206d75a1d8
3 changes: 3 additions & 0 deletions trunk/drivers/hid/hid-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,9 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel
input_set_abs_params(input, usage->code, a, b, (b - a) >> 8, (b - a) >> 4);
else input_set_abs_params(input, usage->code, a, b, 0, 0);

/* use a larger default input buffer for MT devices */
if (usage->code == ABS_MT_POSITION_X && input->hint_events_per_packet == 0)
input_set_events_per_packet(input, 60);
}

if (usage->type == EV_ABS &&
Expand Down

0 comments on commit 7f72508

Please sign in to comment.