Commit d2fc60d6 authored by Dmitry Torokhov's avatar Dmitry Torokhov

HWMON: hdaps - set up phys and bus type of input device

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 92310474
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment