Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260784
b: refs/heads/master
c: 2c20410
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Jul 19, 2011
1 parent dd0cda3 commit e06a779
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d448303a77d8925fd06e7b2837bd1826e340bb02
refs/heads/master: 2c204109ec1018f72114c7f19132a1109a3f0653
2 changes: 2 additions & 0 deletions trunk/drivers/input/touchscreen/cy8ctmg110_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ static int __devinit cy8ctmg110_probe(struct i2c_client *client,

ts->client = client;
ts->input = input_dev;
ts->reset_pin = pdata->reset_pin;
ts->irq_pin = pdata->irq_pin;

snprintf(ts->phys, sizeof(ts->phys),
"%s/input0", dev_name(&client->dev));
Expand Down

0 comments on commit e06a779

Please sign in to comment.