Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250517
b: refs/heads/master
c: dc5f4f5
h: refs/heads/master
i:
  250515: f04cf09
v: v3
  • Loading branch information
Michael Hennerich authored and Dmitry Torokhov committed May 17, 2011
1 parent 9c77693 commit 1385061
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 9cb6cfae4e792d9f92612dd57ee1e3ff218f17a6
refs/heads/master: dc5f4f5e9a3434bfe925f05db9db2908fbab771f
8 changes: 8 additions & 0 deletions trunk/drivers/input/misc/ad714x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,8 @@ struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
input[alloc_idx]->id.bustype = bus_type;
input[alloc_idx]->id.product = ad714x->product;
input[alloc_idx]->id.version = ad714x->version;
input[alloc_idx]->name = "ad714x_captouch_slider";
input[alloc_idx]->dev.parent = dev;

error = input_register_device(input[alloc_idx]);
if (error)
Expand Down Expand Up @@ -1179,6 +1181,8 @@ struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
input[alloc_idx]->id.bustype = bus_type;
input[alloc_idx]->id.product = ad714x->product;
input[alloc_idx]->id.version = ad714x->version;
input[alloc_idx]->name = "ad714x_captouch_wheel";
input[alloc_idx]->dev.parent = dev;

error = input_register_device(input[alloc_idx]);
if (error)
Expand Down Expand Up @@ -1212,6 +1216,8 @@ struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
input[alloc_idx]->id.bustype = bus_type;
input[alloc_idx]->id.product = ad714x->product;
input[alloc_idx]->id.version = ad714x->version;
input[alloc_idx]->name = "ad714x_captouch_pad";
input[alloc_idx]->dev.parent = dev;

error = input_register_device(input[alloc_idx]);
if (error)
Expand Down Expand Up @@ -1240,6 +1246,8 @@ struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
input[alloc_idx]->id.bustype = bus_type;
input[alloc_idx]->id.product = ad714x->product;
input[alloc_idx]->id.version = ad714x->version;
input[alloc_idx]->name = "ad714x_captouch_button";
input[alloc_idx]->dev.parent = dev;

error = input_register_device(input[alloc_idx]);
if (error)
Expand Down

0 comments on commit 1385061

Please sign in to comment.