<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/iscroll2/patches/" rel="alternate"/><link href="https://sourceforge.net/p/iscroll2/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/iscroll2/patches/</id><updated>2007-06-27T20:33:00Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>fix for : "scrolling works only after waking up from sleep"</title><link href="https://sourceforge.net/p/iscroll2/patches/1/" rel="alternate"/><published>2007-06-27T20:33:00Z</published><updated>2007-06-27T20:33:00Z</updated><author><name>Philipp Huppertz</name><uri>https://sourceforge.net/u/phihup/</uri></author><id>https://sourceforge.net10d6abd6f360c74d4a16512e264e5748837aa116</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I think i found a simple fix for the scrolling problems encountered with the releases 0.26 and 0.27.&lt;br /&gt;
For me release 0.25e was the last working release so i started to look at the changes made between 0.25e and 0.27. I tried to run the daemon from 0.27 with the driver from 0.25e. This combination worked and as a consequence the scrolling problem seems to be caused by a modification of the driver (AppleADBMouse.cpp) made after 0.25e.&lt;/p&gt;
&lt;p&gt;After some ( trial-and-error ;) ) efforts i figured out the following:&lt;/p&gt;
&lt;p&gt;In lines 406 - 407 (iScroll::start()) of AppleADBMouse.cpp some setProperty calls are commented out. If you re-enable the first two it seems to fix the weird scrolling problem.&lt;/p&gt;
&lt;p&gt;// modified dub:&lt;br /&gt;
setProperty(kIOHIDPointerAccelerationTypeKey, kIOHIDTrackpadAccelerationType); &lt;br /&gt;
setProperty(kIOHIDScrollAccelerationTypeKey, kIOHIDTrackpadScrollAccelerationType);&lt;br /&gt;
//      setProperty(kIOHIDScrollResolutionKey, kDefaultScrollFixedResolution, 32);&lt;br /&gt;
// end modifications&lt;/p&gt;
&lt;p&gt;I choose not to include a patch file because the fix is just to un-comment two lines of code.&lt;/p&gt;
&lt;p&gt;I really don't know why this fixes the issue for me...&lt;/p&gt;
&lt;p&gt;It would be nice if you could check if this really fixes the problem.&lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;
Philipp&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>