Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109933
b: refs/heads/master
c: 1577e4b
h: refs/heads/master
i:
  109931: e2818b5
v: v3
  • Loading branch information
Kristoffer Ericson authored and Dmitry Torokhov committed Sep 16, 2008
1 parent 5a705d4 commit 7b9436f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cd72ad3f57c400baa2ddb78b4fc2781cf68ffb6f
refs/heads/master: 1577e4b70a04cce39f296cc714da5ad5d272105a
4 changes: 2 additions & 2 deletions trunk/drivers/input/touchscreen/jornada720_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ static int __devinit jornada720_ts_probe(struct platform_device *pdev)
input_dev->id.bustype = BUS_HOST;
input_dev->dev.parent = &pdev->dev;

input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS);
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
input_set_abs_params(input_dev, ABS_X, 270, 3900, 0, 0);
input_set_abs_params(input_dev, ABS_Y, 180, 3700, 0, 0);

Expand Down

0 comments on commit 7b9436f

Please sign in to comment.