Ah and yes I forgot about the dual finger scrolling function - newer trackpads 
allow you to use 2 fingers to slide up and down to achieve scrolling. I don't 
see any code in current appletouch.c which handles this. We might be able to 
live without it for some time but maybe we can't as it might screw up the 
reporting if not handled. (PPC assembly is fun to work with :)


Parag


> > 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, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to