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

Commit 1cdbf7f7 authored by synt4x93's avatar synt4x93
Browse files

drivers: input: disable samsung booster

Change-Id: I086f1ee714d41f462bcef78339bea0d67b87f6e4
parent 5c2808e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2958,7 +2958,7 @@ static int __init input_init(void)
		pr_err("unable to register char major %d", INPUT_MAJOR);
		goto fail2;
	}
#if !defined(CONFIG_INPUT_BOOSTER) // Input Booster +
#if !defined(CONFIG_INPUT_BOOSTER) && 0// Input Booster +
	input_booster_init();
#endif  // Input Booster -