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

Commit 4eb47a07 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents e63c87c3 cd94d5bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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);
	hrtimer_init(&chip->stop_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
	chip->stop_timer.function = qti_hap_stop_timer;
	chip->stop_timer.function = qti_hap_stop_timer;


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