Re: [PATCH] Input: add new touchpad driver for Zinitix IC

2020-11-13 Thread KwangDeok Son
[Fixed Warnings.] Add new touchpad driver for Zinitix IC Supports five fingers multi-touch and firmware updates. It communicates with the device via an I2C bus. Signed-off-by : KwangDeok Son --- diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index d8b6a5dab190

[PATCH] Input: add new touchpad driver for Zinitix IC

2020-11-12 Thread KwangDeok Son
Add new touchpad driver for Zinitix IC Supports five fingers multi-touch and firmware updates. It communicates with the device via an I2C bus. Signed-off-by : KwangDeok Son diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index d8b6a5dab190..effd1b019b02 100644 --- a