summaryrefslogtreecommitdiff
path: root/packages/udev/udev-092
AgeCommit message (Collapse)AuthorFiles
2009-02-13udev-{092,097,100}: Sanitize permissions.rulesTom Rini1
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.
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2007-06-30udev 092, 097, 100: Stop booting semi-configured system in case of random ↵Paul Sokolovsky1
miniscule errors. * 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.
2007-06-18udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.Paul Sokolovsky1
* 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.
2006-12-28udev: Update touchscreen rule so it doesn't require the touchscreen to have ↵Richard Purdie1
EV_KEY support
2006-10-31udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!)Michael Lauer1
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
2006-10-04udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add ruleGraeme Gregory1
to create UART devices for s3c24XX CPUs.
2006-08-22udev: add 097Philipp Zabel1
- drop support for kernels <2.6.15, udevsynthesize replaced by udevtrigger - split out libvolume_id into its own package - I set PKG_libvolume-id-dev="libvolume-id-dev" because otherwise libvolume-id-dev would be renamed to libvolume-id0, too. - DEFAULT_PREFERENCE="-1", it's not run-time tested yet.
2006-08-12udev 092: fix hostap on h2200, courtesy Joshua Layne Koen Kooi1
2006-08-05udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqsKoen Kooi1
2006-07-26udev 092: Fix ARM inotify syscallRichard Purdie1
2006-06-13udev 092: Add missing file. Third time lucky...Richard Purdie1
2006-06-13udev 092: Fix a typoRichard Purdie1
2006-06-13udev: Add 092. Included is a custom rule which adds a symlink to the ↵Richard Purdie5
touchscreen as /dev/input/touchscreen0 if present (this does not work under udev 089 due to bugs). Several udev conf files required cleanups to work with the new udev version.