Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

+2
+2
drivers/hwmon/hdaps.c
··· 573 573 /* initialize the input class */ 574 574 idev = hdaps_idev->input; 575 575 idev->name = "hdaps"; 576 + idev->phys = "isa1600/input0"; 577 + idev->id.bustype = BUS_ISA; 576 578 idev->dev.parent = &pdev->dev; 577 579 idev->evbit[0] = BIT_MASK(EV_ABS); 578 580 input_set_abs_params(idev, ABS_X,