summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-23mtd_probe: add needed include, modprobe blacklist flag, and change some ↵Kay Sievers
whitespace
2010-06-23mtd_probe: add autodetection for xD cardsMaxim 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-21remove a few comments in file headersKay Sievers
2010-06-21extras/keymap: add Samsung N210 to keymap rulesHarald Hoyer
https://bugzilla.redhat.com/show_bug.cgi?id=606302 Thanks to John Floyd!
2010-06-21delete last distro specific rulesKay Sievers
2010-06-17udevd: in case we don't daemonize, send READY message to /sbin/initKay Sievers
2010-06-17Fix usb printer rule for multiple USB interfacesMartin 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-13Revert "add Vala vapi for gudev-1.0"Martin Pitt
Argh, recent vala already ships with a gudev vapi. This reverts commit 6a7b5ec7712ea53fd756b07036e23ac0d751cec4.
2010-06-13add Vala vapi for gudev-1.0Martin 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-11Fix hid2hci rules harderMartin 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-05libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searchedKay Sievers
Thanks to Lennart for finding this.
2010-06-02version bumpKay Sievers
2010-06-02configure.ac: fix cross compilationPaul 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-02release 157Kay Sievers
2010-06-02Fix wlan key on Inspiron 1010 & 1110Jerone 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-31update NEWSKay Sievers
2010-05-31libudev: doc - fix typoKay Sievers
2010-05-31IMPORT{cmdline}: start at first char after '='Kay Sievers
2010-05-31add IMPORT{cmdline}Kay Sievers
2010-05-30udevd: set umask before creating files/directoriesKay Sievers
2010-05-30Fix wlan key on Inspiron 910Jerone 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-30make: fix rules/ subdir namesKay Sievers
2010-05-30make: mkdir /lib/udev/devices/Kay Sievers
2010-05-30rules: add misc/30-kernel-compat.rulesKay Sievers
2010-05-30rules: SUSE - move last distro rule to packageKay Sievers
2010-05-30rules: rename packages -> archKay Sievers
2010-05-29man: udevd - update introKay Sievers
2010-05-29man: add kernel command line parametersKay Sievers
2010-05-29Fix wlan key on Inspirion 1210Jerone 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-28man: add static device nodes and udevd debug optionsKay Sievers
2010-05-28rules: delete pilot rules and remove redhat directoryKay Sievers
2010-05-28update NEWSKay Sievers
2010-05-28udevd: read debug settings from kernel commandlineKay Sievers
2010-05-27rules: add -v to modprobe calls to be able see what will be loadedKay Sievers
2010-05-27udevd: fix commentsKay Sievers
2010-05-27udevd: replace --debug-trace with --children-maxKay Sievers
2010-05-27childs -> childrenKay Sievers
2010-05-27while (1) -> for (;;)Kay Sievers
2010-05-2740-redhat.rules: removed fileHarald Hoyer
2010-05-25fix compilation with --enable-debugKay Sievers
2010-05-25rules: mount fuse control filesystemKay Sievers
2010-05-25Makefile.am: silent build mkdirKay Sievers
2010-05-25configure.ac: version bumpKay Sievers
2010-05-25release 156Kay Sievers
2010-05-25libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue fileKay 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-25rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATAKay 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-25cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single ↵Kay Sievers
session media
2010-05-25udevd: fix typo /proc/fd -> /proc/self/fdBryan Kadzban
2010-05-25configure.ac: version bumpKay Sievers
2010-05-24release 155Kay Sievers