Dear Dmitry, > > > + input_set_abs_params(input, ABS_X, 0, 4096, 0, 0); > > > + input_set_abs_params(input, ABS_Y, 0, 4096, 0, 0); > > > + input_set_abs_params(input, ABS_MT_POSITION_X, 0, 4096, 0, 0); > > > + input_set_abs_params(input, ABS_MT_POSITION_Y, 0, 4096, 0, 0); > > > > touchscreen_parse_properties() ? > > Need do wrap my head around this. Thank you for suggesting the use of touchscreen_parse_properties(): Using touchscreen_report_pos() made it very easy to add inversion and swapping support of axes to the driver. I've also added the new properties from touchscreen.txt to exc3000.txt. Best Regards, Ahmet -- 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