<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/packages/udev, 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-124: remove boc01-specific mount.sh</title>
<updated>2009-02-27T11:42:08+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-02-27T11:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=261a75754408f340b39aa7b3e26897d72db9bf34'/>
<id>261a75754408f340b39aa7b3e26897d72db9bf34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>udev_124: make default version</title>
<updated>2009-02-23T00:37:21+00:00</updated>
<author>
<name>Michael 'Mickey' Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2009-02-23T00:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=216ea0ff69bfce5a964ee073bd1d1677f2751b75'/>
<id>216ea0ff69bfce5a964ee073bd1d1677f2751b75</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}: 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>udev-124: Sanitize permissions.rules and remove warning about leading /.</title>
<updated>2009-02-13T16:32:16+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@embeddedalley.com</email>
</author>
<published>2009-02-13T16:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=af5b13bb6ca8e921d92721893933d2d595bd3913'/>
<id>af5b13bb6ca8e921d92721893933d2d595bd3913</id>
<content type='text'>
We created /etc/dev.tar by 'tar cf /etc/dev.tar /dev' and then when we
extract tar complains about a leading /, but since we do 'cd /;tar xf ..'
drop the leading / in creation.
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>
We created /etc/dev.tar by 'tar cf /etc/dev.tar /dev' and then when we
extract tar complains about a leading /, but since we do 'cd /;tar xf ..'
drop the leading / in creation.
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>udev: move /sbin/udevadm to udev-utils</title>
<updated>2009-01-16T14:50:23+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@koansoftware.com</email>
</author>
<published>2009-01-13T20:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2f4d35476d310565190c0fd252b9a6238b232d47'/>
<id>2f4d35476d310565190c0fd252b9a6238b232d47</id>
<content type='text'>
udevadm is multibinary which provides udevinfo, udevsynthetize.
HAL uses udevinfo to gather informations about system devices.
On system where mdev (from busybox) is used as hotplug manager HAL was
not able to find any device due to lack of udevinfo command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
udevadm is multibinary which provides udevinfo, udevsynthetize.
HAL uses udevinfo to gather informations about system devices.
On system where mdev (from busybox) is used as hotplug manager HAL was
not able to find any device due to lack of udevinfo command.
</pre>
</div>
</content>
</entry>
<entry>
<title>udev 124: support devices with ads7846 touchscreen and wrong modalias</title>
<updated>2009-01-16T14:50:21+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@koansoftware.com</email>
</author>
<published>2009-01-13T17:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=56ed3d7fecee0aa8ae39f85b414cb8c8a4c56459'/>
<id>56ed3d7fecee0aa8ae39f85b414cb8c8a4c56459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>udev: move /sbin/udevadm to udev-utils</title>
<updated>2009-01-13T20:54:44+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openembedded.org</email>
</author>
<published>2009-01-13T20:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8b2d2b1400542052f15a3c3705ccb9887c82ab82'/>
<id>8b2d2b1400542052f15a3c3705ccb9887c82ab82</id>
<content type='text'>
udevadm is multibinary which provides udevinfo, udevsynthetize.
HAL uses udevinfo to gather informations about system devices.
On system where mdev (from busybox) is used as hotplug manager HAL was
not able to find any device due to lack of udevinfo command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
udevadm is multibinary which provides udevinfo, udevsynthetize.
HAL uses udevinfo to gather informations about system devices.
On system where mdev (from busybox) is used as hotplug manager HAL was
not able to find any device due to lack of udevinfo command.
</pre>
</div>
</content>
</entry>
<entry>
<title>fastboot: udev: Update init script to support udev-static-devices.</title>
<updated>2009-01-12T06:29:20+00:00</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@openmoko.com</email>
</author>
<published>2008-11-18T08:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=5c46f644fd99750ec623ccf67465f045833ec38c'/>
<id>5c46f644fd99750ec623ccf67465f045833ec38c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fastboot: udev-static-devices: New package to provide static dev nodes.</title>
<updated>2009-01-12T06:29:15+00:00</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@openmoko.com</email>
</author>
<published>2008-11-18T08:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f76398162e4e511902cce1a41807db3cbb9a37b1'/>
<id>f76398162e4e511902cce1a41807db3cbb9a37b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
