mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
input: misc: aw8624_haptic: Rename to qti-haptics
* Reference:
b55d97cf10
Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@aosip.dev>
Signed-off-by: Forenche <prahul2003@gmail.com>
This commit is contained in:
parent
ed8395ab98
commit
184a3f2595
@ -4131,7 +4131,11 @@ aw8624_i2c_probe(struct i2c_client *i2c, const struct i2c_device_id *id)
|
||||
HRTIMER_MODE_REL);
|
||||
aw8624->hap_disable_timer.function = qti_hap_disable_timer;
|
||||
|
||||
#ifdef CONFIG_INPUT_QTI_HAPTICS
|
||||
input_dev->name = "aw8624_haptic";
|
||||
#else
|
||||
input_dev->name = "qti-haptics";
|
||||
#endif
|
||||
input_set_drvdata(input_dev, aw8624);
|
||||
aw8624->input_dev = input_dev;
|
||||
input_set_capability(input_dev, EV_FF, FF_CONSTANT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user