<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/iscroll2/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/iscroll2/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 27 Jun 2007 20:33:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/iscroll2/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>fix for : "scrolling works only after waking up from sleep"</title><link>https://sourceforge.net/p/iscroll2/patches/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp Huppertz</dc:creator><pubDate>Wed, 27 Jun 2007 20:33:00 -0000</pubDate><guid>https://sourceforge.net10d6abd6f360c74d4a16512e264e5748837aa116</guid></item></channel></rss>