Re: [PATCH 3/3] input: add multitouch slot support to w8001.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Henrik Rydberg
Date: Monday, August 23, 2010 - 1:18 am

Hi Peter,

thanks for the patches. Comments inline.




No pressure information from this device?



Zero is part of the valid range from 2.6.36. Can be implemented simply as
(tracking_id++ & 0xfff), see recent MT slots patches.



What are data[5] and data[6]? Why is f1_x/y split into several lines?



What are data[11] and data[12]?

Since all needed information is available here, there seems to be little reason
for the w8001_touch structure. Why not complete the report in this function?





Apparently, f1 and f2 represent the slots themselves, i.e., the device uses
slots internally. Please simplify the logic accordingly. There is an example in
the recent patch for the Bamboo Touch.



No information about signal-to-noise ratio (fuzz) for this device?

Thanks,
Henrik
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 3/3] input: add multitouch slot support to w8001., Peter Hutterer, (Thu Aug 19, 9:55 pm)
Re: [PATCH 3/3] input: add multitouch slot support to w8001., Henrik Rydberg, (Mon Aug 23, 1:18 am)