Re: PowerBook5,8 - TrackPad update

From: Parag Warudkar
Date: Wed Nov 16 2005 - 10:40:46 EST


> Parag Warudkar wrote:
> > Just a heads up - After some lame hacking I finally have got the trackpad
> > on the PB5,8 (15" Late Oct 2005) to work.
>
> Can you tell us what's different? I'd like to work that into my page that
> documents the protocol.
>
> johannes

Sure but I haven't worked out the details of the changes yet. All I am fairly certain at this point is that

1) New Trackpad sends in more data than the old one. ATP_DATASIZE has to be increased from 81 to 256. (The original code was dying with EOVERFLOW from the URB complete routine. 256 is the minimum value it is happy with.)

2) The 15" also has 26 x 16 sensors - not sure how many the 17" has - most likely same

3) The FUZZ, PRESSURE, XFACT and YFACT, along with the button reporting all needs to be reworked - this is my preliminary opinion, might be wrong but with the original code, the mouse moves erratically and the button events don't seem to be delivered right.

Will post complete details once I have it working.

Thanks

Parag



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/