Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd94d5bd authored by Fenglin Wu's avatar Fenglin Wu
Browse files

input: qti-haptics: Change to use a specific input device name



Change to use a specific name for the input device so that it can be
recognized easily.

Change-Id: Ibadbc00061a3c6c3869684011f9cf3026cbe0694
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent 5ebcda44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1399,7 +1399,7 @@ static int qti_haptics_probe(struct platform_device *pdev)
	hrtimer_init(&chip->stop_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
	chip->stop_timer.function = qti_hap_stop_timer;

	input_dev->name = "vibrator";
	input_dev->name = "qti-haptics";
	input_set_drvdata(input_dev, chip);
	chip->input_dev = input_dev;