Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104184
b: refs/heads/master
c: d2fc60d
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed May 16, 2008
1 parent 3638cbe commit bafbe23
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: 923104747d5c4d58762aa865f71d48d3beb73ae6
refs/heads/master: d2fc60d6925574eeeadd037aa0f1378e07189a1a
2 changes: 2 additions & 0 deletions trunk/drivers/hwmon/hdaps.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ static int __init hdaps_init(void)
/* initialize the input class */
idev = hdaps_idev->input;
idev->name = "hdaps";
idev->phys = "isa1600/input0";
idev->id.bustype = BUS_ISA;
idev->dev.parent = &pdev->dev;
idev->evbit[0] = BIT_MASK(EV_ABS);
input_set_abs_params(idev, ABS_X,
Expand Down

0 comments on commit bafbe23

Please sign in to comment.