<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/packages/ipaq-sleep, branch multitech-corecdp-1.x</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>rename packages/ to recipes/ per earlier agreement</title>
<updated>2009-03-17T18:32:59+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denis@denix.org</email>
</author>
<published>2009-03-17T18:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=709c4d66e0b107ca606941b988bad717c0b45d9b'/>
<id>709c4d66e0b107ca606941b988bad717c0b45d9b</id>
<content type='text'>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bb files: Revert the introduction of FILE_PR</title>
<updated>2008-10-18T16:02:07+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2008-10-15T08:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c0b6dd9b41279ff00c5a90e49108945a0fee9cdd'/>
<id>c0b6dd9b41279ff00c5a90e49108945a0fee9cdd</id>
<content type='text'>
    This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
    approach that was taken leads to disagreement and the change was pushed
    too early. DISTRO_PR is going to say and will be used inside the package
    creation. There will be more disucssion on the list about where to continue
    from here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
    approach that was taken leads to disagreement and the change was pushed
    too early. DISTRO_PR is going to say and will be used inside the package
    creation. There will be more disucssion on the list about where to continue
    from here.
</pre>
</div>
</content>
</entry>
<entry>
<title>[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR</title>
<updated>2008-10-15T19:41:43+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2008-10-15T08:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=aa03004ace2fabb135a6208ef8c2d2b312aa7b0b'/>
<id>aa03004ace2fabb135a6208ef8c2d2b312aa7b0b</id>
<content type='text'>
    Allow a distribution to globally bump the PR of every package
    this is useful when there was a change in the toolchain and
    every package is going to be different.

    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;

Acked-By: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Allow a distribution to globally bump the PR of every package
    this is useful when there was a change in the toolchain and
    every package is going to be different.

    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;

Acked-By: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mtn2git: remove .mtn2git_empty files in non-empty directories</title>
<updated>2008-10-15T13:27:49+00:00</updated>
<author>
<name>Jan Luebbe</name>
<email>jluebbe@debian.org</email>
</author>
<published>2008-10-15T13:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=869ba9e1fb2237b75560feed13545a35f3c3569d'/>
<id>869ba9e1fb2237b75560feed13545a35f3c3569d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipaq-sleep: reorder fields according to StyleGuide (while browsing bug 4101)</title>
<updated>2008-05-17T01:43:24+00:00</updated>
<author>
<name>Rolf Leggewie</name>
<email>oe-devel@rolf.leggewie.biz</email>
</author>
<published>2008-05-17T01:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b78bd8dea4b5a21c926918b412d19a08baec55b9'/>
<id>b78bd8dea4b5a21c926918b412d19a08baec55b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipaq-sleep 0.9: Remove supposed fixes for all bugs except the most prominent one.</title>
<updated>2007-12-31T16:03:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-12-31T16:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a23d5bfd390b32cd85f03ceb9f8ee9b05deb0168'/>
<id>a23d5bfd390b32cd85f03ceb9f8ee9b05deb0168</id>
<content type='text'>
* Apparently, it was big, big mistake to touch this code. Code Police, thy curse
can't be lifted, let Perl be my witness!
* Leave only obvious fix (off-by one error) for #3540.
* Fixes #3586. (Well, it should. Noone really have reported that ipaq-sleep 
does *not* use 100% of CPU time during its normal course of action.)
* This puts average latency of backlight coming back up after it was power-saved
and touch/keypress happens to 1 second (which was the matter of other fixes,
which reduced latency to ~0.2s).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Apparently, it was big, big mistake to touch this code. Code Police, thy curse
can't be lifted, let Perl be my witness!
* Leave only obvious fix (off-by one error) for #3540.
* Fixes #3586. (Well, it should. Noone really have reported that ipaq-sleep 
does *not* use 100% of CPU time during its normal course of action.)
* This puts average latency of backlight coming back up after it was power-saved
and touch/keypress happens to 1 second (which was the matter of other fixes,
which reduced latency to ~0.2s).
</pre>
</div>
</content>
</entry>
<entry>
<title>ipaq-sleep 0.9: Fix issue with wrong autosuspend timer calc.</title>
<updated>2007-12-26T04:40:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-12-26T04:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0db561c49037f6d2f98696a77874db5cc4ce83b4'/>
<id>0db561c49037f6d2f98696a77874db5cc4ce83b4</id>
<content type='text'>
* This code is sick.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This code is sick.
</pre>
</div>
</content>
</entry>
<entry>
<title>ipaq-sleep 0.9: More fixes.</title>
<updated>2007-12-26T02:01:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-12-26T02:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=719624d5f514aa0c808a5c55be79eeb2bf5a74cd'/>
<id>719624d5f514aa0c808a5c55be79eeb2bf5a74cd</id>
<content type='text'>
* Don't try to interpret APM status when it's not available.
* Don't assume X mode is always active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't try to interpret APM status when it's not available.
* Don't assume X mode is always active.
</pre>
</div>
</content>
</entry>
<entry>
<title>ipaq-sleep 0.9: Unbreak, so to say.</title>
<updated>2007-12-26T01:03:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-12-26T01:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9409604e27ecd5fe20cecb0cf98ff602a5061856'/>
<id>9409604e27ecd5fe20cecb0cf98ff602a5061856</id>
<content type='text'>
* If there's something to unbreak... Do following: 
1. Support logging. Software without logging is now software, 
but a random wreck. 
2. Don't do off-by-one errors. 
3. Don't bug on system every 2 seconds. Instead, do a select 
on X connection to catch touchscreen events ASAP. This doesn't 
work for keys though, there's larger latency. As for other checks, 
do them once in 5s. 
4. The whole thing must die. Soon. 
* Mark configs propery for ipkg.
* Should fix #3540.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* If there's something to unbreak... Do following: 
1. Support logging. Software without logging is now software, 
but a random wreck. 
2. Don't do off-by-one errors. 
3. Don't bug on system every 2 seconds. Instead, do a select 
on X connection to catch touchscreen events ASAP. This doesn't 
work for keys though, there's larger latency. As for other checks, 
do them once in 5s. 
4. The whole thing must die. Soon. 
* Mark configs propery for ipkg.
* Should fix #3540.
</pre>
</div>
</content>
</entry>
<entry>
<title>ipaq-sleep: xextensions -&gt; libxext</title>
<updated>2007-08-05T19:34:34+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2007-08-05T19:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=7991d060cd80d4efdde31eb20e593a13ab5eac4f'/>
<id>7991d060cd80d4efdde31eb20e593a13ab5eac4f</id>
<content type='text'>
* also remove old versions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* also remove old versions
</pre>
</div>
</content>
</entry>
</feed>
