Hi Dmitry, I updated the driver according to your comments. Furthermore, is there any comment? Thanks, Yoichi On Thu, 28 Aug 2014 11:45:36 +0900 Yoichi Yuasa <yuasa@xxxxxxxxxxxxxx> wrote: > v3 Changes: > - fix multi touch slots initialization > - fix set_bit BTN_TOUCH > - remove input_unregister_device() > - switch to __set_bit() > > v2 Changes: > - remove polling mode > - switch to threaded interrupt > - switch to managed resources > - use MT-B protocol with input_mt_assign_slots > - provide ST emulation > - firmware load and device initialization are shifted at opening the device > - add error handling for IO operations > > Signed-off-by: Yoichi Yuasa <yuasa@xxxxxxxxxxxxxx> > --- > drivers/input/touchscreen/Kconfig | 11 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/rohm_bu21023.c | 931 ++++++++++++++++++++++++++++++ > drivers/input/touchscreen/rohm_bu21023.h | 258 +++++++++ > 4 files changed, 1201 insertions(+) > -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html