summaryrefslogtreecommitdiff
path: root/drivers/input/misc/vibrator (follow)
Commit message (Collapse)AuthorAge
* drv2605l: Fix building on 4.4Davide Garberi2022-07-27
| | | | | | | | | | | * Fixes drivers/input/misc/vibrator/drv2605l.c: In function 'drv2605l_probe': drivers/input/misc/vibrator/drv2605l.c:979:39: error: too few arguments to function 'devm_gpiod_get' haptics->platform_data.enable_gpio = devm_gpiod_get(&client->dev, "enable"); * Vibration doesn't work on row even with this commit Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* z2_row: Add vibrator driverchenzc2022-07-27
Change-Id: Ibe196b420b37040b4abeabab101f4cf867f8d333 Signed-off-by: dd3boh <dade.garberi@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>