Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318291
b: refs/heads/master
c: e1e1658
h: refs/heads/master
i:
  318289: cffb935
  318287: 65dae6d
v: v3
  • Loading branch information
Daniel Kurtz authored and Henrik Rydberg committed Jun 29, 2012
1 parent d66027b commit 847af32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2ef9a1a248bc597f3275e8d52e8ad68416d039f
refs/heads/master: e1e1658d2eeb06e09f9855bdf6edb93474eca0c0
4 changes: 3 additions & 1 deletion trunk/drivers/input/touchscreen/atmel_mxt_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,9 @@ static int __devinit mxt_probe(struct i2c_client *client,
0, 255, 0, 0);

/* For multi touch */
input_mt_init_slots(input_dev, MXT_MAX_FINGER);
error = input_mt_init_slots(input_dev, MXT_MAX_FINGER);
if (error)
goto err_free_mem;
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
0, MXT_MAX_AREA, 0, 0);
input_set_abs_params(input_dev, ABS_MT_POSITION_X,
Expand Down

0 comments on commit 847af32

Please sign in to comment.