|
@@ -570,7 +570,7 @@ static int __init hdaps_init(void)
|
|
|
hdaps_idev->evbit[0] = BIT(EV_ABS);
|
|
|
input_set_abs_params(hdaps_idev, ABS_X,
|
|
|
-256, 256, HDAPS_INPUT_FUZZ, HDAPS_INPUT_FLAT);
|
|
|
- input_set_abs_params(hdaps_idev, ABS_X,
|
|
|
+ input_set_abs_params(hdaps_idev, ABS_Y,
|
|
|
-256, 256, HDAPS_INPUT_FUZZ, HDAPS_INPUT_FLAT);
|
|
|
|
|
|
input_register_device(hdaps_idev);
|