Re: [PATCH v3 7/9] Input: wacom_i2c - Add support for vdd regulator

2021-03-21 Thread Dmitry Torokhov
On Sun, Mar 21, 2021 at 10:10:47AM -0400, Alistair Francis wrote: > Add support for a VDD regulator. This allows the kernel to prove the > Wacom-I2C device on the rM2. > > Signed-off-by: Alistair Francis > --- > drivers/input/touchscreen/wacom_i2c.c | 22 ++ > 1 file

[PATCH v3 7/9] Input: wacom_i2c - Add support for vdd regulator

2021-03-21 Thread Alistair Francis
Add support for a VDD regulator. This allows the kernel to prove the Wacom-I2C device on the rM2. Signed-off-by: Alistair Francis --- drivers/input/touchscreen/wacom_i2c.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/input/touchscreen/wacom_i2c.c