<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/packages/udev/udev-097, 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>udev-{092,097,100}: Sanitize permissions.rules</title>
<updated>2009-02-13T16:32:44+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@embeddedalley.com</email>
</author>
<published>2009-02-13T16:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ebb3272a2da8074c30a8ec8a08256486fb9d7981'/>
<id>ebb3272a2da8074c30a8ec8a08256486fb9d7981</id>
<content type='text'>
Go and take out all of the GROUP='...' lines in permissions.rules for
groups that we currently do not have, and no package addgroup's. Matches
udev-118.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Go and take out all of the GROUP='...' lines in permissions.rules for
groups that we currently do not have, and no package addgroup's. Matches
udev-118.
</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>udev 092, 097, 100: Stop booting semi-configured system in case of random miniscule errors.</title>
<updated>2007-06-30T01:08:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-06-30T01:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a094b031e47ff43bbddab0c7e54681f0102febcd'/>
<id>a094b031e47ff43bbddab0c7e54681f0102febcd</id>
<content type='text'>
* It makes *completely* no sense to just fail the udev script on first error 
and continue boot further. Either it should try to ignore them, or halt system 
boot. Otherwise, system in weird, semi-working state will emerge, without anu 
notices of such state.
* This script for example fails on mount --bind and mount --move, which busybox
1.2.1 doesn't appear to handle correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* It makes *completely* no sense to just fail the udev script on first error 
and continue boot further. Either it should try to ignore them, or halt system 
boot. Otherwise, system in weird, semi-working state will emerge, without anu 
notices of such state.
* This script for example fails on mount --bind and mount --move, which busybox
1.2.1 doesn't appear to handle correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.</title>
<updated>2007-06-18T01:28:43+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-06-18T01:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=df5e6aef5a144a42bd9d42d514ed8d518671ea4d'/>
<id>df5e6aef5a144a42bd9d42d514ed8d518671ea4d</id>
<content type='text'>
* Like ramdisk the stupid script spit tens of megabytes to a "device", 
without checking if it exists.
* Generall, /dev should contains only devices, typical size - tens of Kb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Like ramdisk the stupid script spit tens of megabytes to a "device", 
without checking if it exists.
* Generall, /dev should contains only devices, typical size - tens of Kb.
</pre>
</div>
</content>
</entry>
<entry>
<title>udev: Update touchscreen rule so it doesn't require the touchscreen to have EV_KEY support</title>
<updated>2006-12-28T16:58:05+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2006-12-28T16:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b9801e4001adb190aaa618feffc3db3d16d3786d'/>
<id>b9801e4001adb190aaa618feffc3db3d16d3786d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!)</title>
<updated>2006-10-31T15:54:33+00:00</updated>
<author>
<name>Michael Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2006-10-31T15:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=191f6ccfc8a95aae3cddf729ba27175e6e1fcda4'/>
<id>191f6ccfc8a95aae3cddf729ba27175e6e1fcda4</id>
<content type='text'>
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
</pre>
</div>
</content>
</entry>
<entry>
<title>udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add rule</title>
<updated>2006-10-04T11:26:37+00:00</updated>
<author>
<name>Graeme Gregory</name>
<email>dp@xora.org.uk</email>
</author>
<published>2006-10-04T11:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3d6263156a06c413e095418e7eea2da9e4d0dfd7'/>
<id>3d6263156a06c413e095418e7eea2da9e4d0dfd7</id>
<content type='text'>
to create UART devices for s3c24XX CPUs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to create UART devices for s3c24XX CPUs.
</pre>
</div>
</content>
</entry>
<entry>
<title>udev-097,100: firmware_helper is now firmware.sh - fix udev.rules</title>
<updated>2006-09-12T19:54:28+00:00</updated>
<author>
<name>Philipp Zabel</name>
<email>philipp.zabel@gmail.com</email>
</author>
<published>2006-09-12T19:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c5e25db9e76a5c8a2964dac494f1e4ebd08a14e7'/>
<id>c5e25db9e76a5c8a2964dac494f1e4ebd08a14e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>udev-097: drop the MAKEDEV link from links.conf, it is created in the init script</title>
<updated>2006-08-25T09:50:42+00:00</updated>
<author>
<name>Philipp Zabel</name>
<email>philipp.zabel@gmail.com</email>
</author>
<published>2006-08-25T09:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ca0e6432e64cada147f6131b91ad3da555c10364'/>
<id>ca0e6432e64cada147f6131b91ad3da555c10364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
