Re: [PATCH] Input: Add I2C attached EETI EXC3000 multi touch driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux