summaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev-154
AgeCommit message (Collapse)Author
2011-01-24udev: Remove duplicate udev firmware loading ruleKhem Raj
A duplicate udev rule calling firmware.sh exists in 50-udev-default.rules and udev.rules This causes the kernel to sometimes get the wrong the firmware due to a race between the two calls. This is with udev124 from the stable2009 openembedded branch however a quick glance suggests that the same problem exists on the dev branch. 50-udev-default.rules comes from the upstream tarball udev.rules is in the openembedded recipe. This causes the infamous "Error number -110" while uploading firmware, i.e: [ 4171.357272] firmware: requesting zd1211/zd1211b_ub [ 4171.375779] firmware: requesting zd1211/zd1211b_uphr [ 4193.981056] firmware: requesting zd1211/zd1211b_ub [ 4193.986433] firmware: requesting zd1211/zd1211b_uphr [ 4195.033695] usb 8-3: USB control request for firmware upload failed. Error number -110 * Fixes Bugzilla/5334 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-08-20udev 141/154: Move udevadm settle timeout to 8 to match 151Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20udev 141/151/154: Move rm'ing /tmp/uname, etc, to udev-cacheTom Rini
Otherwise we'll remove these files before udev-cache is run. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-24udev: Fix possible multiple mounting of /dev, increment PR.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021663.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-06-18udev: add version 154Henning Heinold
* not fully testet yet so checking with DEFAULT_PREFERENCE = "-1" * systemd needs it