Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-11 | Fix hid2hci rules harder | Martin Pitt | |
Commit 2b463cb0 changed the rules to match against hiddev* for all devices in an attempt to fix Debian #567237/LP #444420. However, this caused regressions with other devices (e. g. LP #550288) and thus was reverted in commit 8b56ba. Now use hidraw* for the devices where it's confirmed that they only work with that, and hiddev* for the others. https://launchpad.net/bugs/444420 | |||
2010-06-05 | libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched | Kay Sievers | |
Thanks to Lennart for finding this. | |||
2010-06-02 | version bump | Kay Sievers | |
2010-06-02 | configure.ac: fix cross compilation | Paul Bender | |
"Be aware that, like most Autoconf macros, they test a feature of the host machine, and therefore, they die when cross-compiling" | |||
2010-06-02 | release 157 | Kay Sievers | |
2010-06-02 | Fix wlan key on Inspiron 1010 & 1110 | Jerone Young | |
This fixes wlan key on Inspirion 1010 & 1110. This patch depends on previous patches sent. The issue with all of these is that they were all Dell mini & it wasn't noticed till recent that they all did not follow the standard that the rest of Dell machines follow. Also to note while this fixes the wlan key sending the proper key press, work is still needed at the kernel level for complete support. This is the last patch all the Dell minis have been verified to all have this issue, and are now covered. Signed-off-by: Jerone Young <jerone.young@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-05-31 | update NEWS | Kay Sievers | |
2010-05-31 | libudev: doc - fix typo | Kay Sievers | |
2010-05-31 | IMPORT{cmdline}: start at first char after '=' | Kay Sievers | |
2010-05-31 | add IMPORT{cmdline} | Kay Sievers | |
2010-05-30 | udevd: set umask before creating files/directories | Kay Sievers | |
2010-05-30 | Fix wlan key on Inspiron 910 | Jerone Young | |
This fixes the wlan key on Inspiron 910. Signed-off-by: Jerone Young <jerone.young@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-05-30 | make: fix rules/ subdir names | Kay Sievers | |
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 | |