Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-25 | switch a few left-over from GPLv2 to GPLv2 or later | Kay Sievers | |
2010-06-25 | make: fix 'make distcheck' | Kay Sievers | |
udev-159.tar.gz | |||
2010-06-25 | make: pre-process and install systemd service files when needed | Kay Sievers | |
2010-06-25 | add systemd service files | Kay Sievers | |
2010-06-24 | version bump | Kay Sievers | |
2010-06-24 | release 158 | Kay Sievers | |
2010-06-24 | rules: remove unused subdir | Kay Sievers | |
2010-06-23 | mtd_probe: add needed include, modprobe blacklist flag, and change some ↵ | Kay Sievers | |
whitespace | |||
2010-06-23 | mtd_probe: add autodetection for xD cards | Maxim Levitsky | |
commit 2599cabd36770785a13bf884049d649d385fd80c Author: Maxim Levitsky <maximlevitsky@gmail.com> Date: Fri Jun 18 02:08:48 2010 +0300 Add autodetection for xD/smartmedia cards This can easily be extended for other types of FTL Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> | |||
2010-06-21 | remove a few comments in file headers | Kay Sievers | |
2010-06-21 | extras/keymap: add Samsung N210 to keymap rules | Harald Hoyer | |
https://bugzilla.redhat.com/show_bug.cgi?id=606302 Thanks to John Floyd! | |||
2010-06-21 | delete last distro specific rules | Kay Sievers | |
2010-06-17 | udevd: in case we don't daemonize, send READY message to /sbin/init | Kay Sievers | |
2010-06-17 | Fix usb printer rule for multiple USB interfaces | Martin Pitt | |
Commit f61e72d89 failed to match for the case where an USB printer has multiple interfaces, such as ID_USB_INTERFACES=:ffffff:070102: Thanks to Pablo Mazzini for spotting this! | |||
2010-06-13 | Revert "add Vala vapi for gudev-1.0" | Martin Pitt | |
Argh, recent vala already ships with a gudev vapi. This reverts commit 6a7b5ec7712ea53fd756b07036e23ac0d751cec4. | |||
2010-06-13 | add Vala vapi for gudev-1.0 | Martin Pitt | |
Add gudev-1.0.vapi. This is based on the output of vapigen --library gudev-1.0 GUdev-1.0.gir with fixes to array/list semantics and include file names. | |||
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 | |