Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-30 | make: mkdir /lib/udev/devices/ | Kay Sievers | |
2010-05-30 | rules: add misc/30-kernel-compat.rules | Kay Sievers | |
2010-05-30 | rules: SUSE - move last distro rule to package | Kay Sievers | |
2010-05-30 | rules: rename packages -> arch | Kay Sievers | |
2010-05-29 | man: udevd - update intro | Kay Sievers | |
2010-05-29 | man: add kernel command line parameters | Kay Sievers | |
2010-05-29 | Fix wlan key on Inspirion 1210 | Jerone Young | |
This fixed wlan key on Inspirion 1210 machines. Signed-off-by: Jerone Young <jerone.young@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-05-28 | man: add static device nodes and udevd debug options | Kay Sievers | |
2010-05-28 | rules: delete pilot rules and remove redhat directory | Kay Sievers | |
2010-05-28 | update NEWS | Kay Sievers | |
2010-05-28 | udevd: read debug settings from kernel commandline | Kay Sievers | |
2010-05-27 | rules: add -v to modprobe calls to be able see what will be loaded | Kay Sievers | |
2010-05-27 | udevd: fix comments | Kay Sievers | |
2010-05-27 | udevd: replace --debug-trace with --children-max | Kay Sievers | |
2010-05-27 | childs -> children | Kay Sievers | |
2010-05-27 | while (1) -> for (;;) | Kay Sievers | |
2010-05-27 | 40-redhat.rules: removed file | Harald Hoyer | |
2010-05-25 | fix compilation with --enable-debug | Kay Sievers | |
2010-05-25 | rules: mount fuse control filesystem | Kay Sievers | |
2010-05-25 | Makefile.am: silent build mkdir | Kay Sievers | |
2010-05-25 | configure.ac: version bump | Kay Sievers | |
2010-05-25 | release 156 | Kay Sievers | |
2010-05-25 | libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file | Kay Sievers | |
We an empty or garbage-collected queue file, we might not have a record for the first sequence we wait for, and therefore must not wait for it. | |||
2010-05-25 | rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATA | Kay Sievers | |
We should not access non-data optical media, ans skip things like blkid. It will cause errors for some drives. https://bugzilla.kernel.org/show_bug.cgi?id=15757 | |||
2010-05-25 | cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single ↵ | Kay Sievers | |
session media | |||
2010-05-25 | udevd: fix typo /proc/fd -> /proc/self/fd | Bryan Kadzban | |
2010-05-25 | configure.ac: version bump | Kay Sievers | |
2010-05-24 | release 155 | Kay Sievers | |
2010-05-24 | man: directly use 'refentry' | Kay Sievers | |
And make Lennart happy! :) | |||
2010-05-20 | update NEWS | Kay Sievers | |
2010-05-20 | create static nodes provided by kernel modules to allow module autoloading | Kay Sievers | |
2010-05-20 | fix tests and allow MODE=000 | Kay Sievers | |
2010-05-20 | update NEWS README | Kay Sievers | |
2010-05-20 | udevd: create standard symlinks and handle /lib/udev/devices | Kay Sievers | |
2010-05-20 | use default mode of 0600 for nodes if gid == 0 | Kay Sievers | |
2010-05-14 | libudev: add O_CLOEXEC | Kay Sievers | |
2010-05-14 | rules: SUSE - delete device-mapper rules | Kay Sievers | |
2010-05-12 | configure.ac: version bump | Kay Sievers | |
2010-05-12 | reset process priority before executing RUN+= | Kay Sievers | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581235 | |||
2010-05-11 | release 154 | Kay Sievers | |
2010-05-11 | udevd: reload config only for *.rules files | Kay Sievers | |
2010-05-09 | keymap: Add keymap quirk of WebCam key for MSI netbooks. | Yin Kangkai | |
I've verified that this patch fixes MSI U100, N014, U135 http://bugs.meego.com/show_bug.cgi?id=1741 Signed-off-by: Yin Kangkai <kangkai.yin@intel.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-05-07 | libudev: add documentation for recently added functions | Kay Sievers | |
2010-05-07 | add info message when empty NAME is given | Kay Sievers | |
2010-05-07 | update README regarding kernel version and default rules | Kay Sievers | |
2010-05-06 | keymap: Add keymap and force-release quirk for Samsung N128 | Yin Kangkai | |
http://bugs.meego.com/show_bug.cgi?id=1530 Signed-off-by: Yin Kangkai <kangkai.yin@intel.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-05-05 | man: udevadm trigger - the default is "change" not "add" | Kay Sievers | |
2010-05-05 | warn when renaming kernel-provided nodes instead of adding symlinks | Kay Sievers | |
2010-05-04 | cdrom_id: only mark sr[0-9]* as ID_CDROM | Harald Hoyer | |
we cannot be sure for xvd* | |||
2010-05-03 | remove debug output during rules parsing | Kay Sievers | |