Commit graph

2349 commits

Author SHA1 Message Date
Kay Sievers 8b5238670d vol_id: add --offset option 2008-04-09 12:35:03 +02:00
Kay Sievers 573bdd7e75 udevinfo: do not replace chars when printing ATTR== matches 2008-04-07 01:57:31 +02:00
Daniel Drake 8c1711dcd0 writing udev rules: fix rule typos 2008-04-06 07:12:20 +02:00
Kay Sievers cb0b4b70dd release 120 2008-04-03 21:12:53 +02:00
Kay Sievers 1ed38f4174 persistent device naming: cleanup storage rules 2008-04-03 21:05:19 +02:00
Kay Sievers c7969cdbcb also accept real socket files for RUN+="socket:<path>" 2008-04-02 04:43:25 +02:00
Michael Kralka c3b145a381 udevd: serialize events if they refer to the same major:minor number 2008-04-02 04:32:17 +02:00
Kay Sievers bdfcd07587 udevadm: trigger - fix --socket== + --verbose 2008-03-29 17:20:34 +01:00
Kay Sievers 52434fb98b udevadm: trigger - fix broken socket option check 2008-03-29 17:16:41 +01:00
Kay Sievers e18bd73b72 udevadm: remove old man page links and compat links for debugging tools 2008-03-29 16:29:36 +01:00
Kay Sievers e7e194a088 udevadm: info - resolve devpath if symlink is given 2008-03-29 16:12:41 +01:00
Kay Sievers ab815cae7f udevadm: trigger - option to synthesize events and pass them to a socket 2008-03-27 00:58:20 +01:00
Kay Sievers ddf9cacf61 rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device 2008-03-25 13:32:22 +01:00
Kay Sievers 15015a5c9c test: remove duplicated EXTRA entry 2008-03-21 04:03:24 +01:00
Kay Sievers 65e9e8c5e8 release 119 2008-03-15 00:05:02 +01:00
Roy Marples 064360cde8 Makefile: do not require GNU install 2008-03-15 00:02:39 +01:00
Kay Sievers 0ea5e96edb extend hack to allow TEST=="*/start" 2008-03-14 23:40:06 +01:00
Kay Sievers 544c2923db sysfs: depend on "subsystem" link 2008-03-14 23:32:45 +01:00
Kay Sievers caea9fcf56 test: add "subsystem" links to all devices 2008-03-14 23:19:12 +01:00
Kay Sievers 58cfbcaea1 persistent device naming: also run on "change" event 2008-03-14 23:18:19 +01:00
Kay Sievers 9138bcba99 rules_generator: add KERNEL=="<netifname>*" to generated rules
Some boxes, like the PS3, have multiple independent hardware
interfaces, all sharing the same MAC address. If they have
different interface names base names, we can distinguish them
that way.
2008-03-13 16:31:14 +01:00
Kay Sievers 5ee7ecfb0f hack to allow ATTR{block/*/uevent}="change" 2008-03-13 16:00:25 +01:00
Harald Hoyer 025d3cc960 rules: do not set GROUP="disk" for scanners 2008-03-13 15:59:02 +01:00
Harald Hoyer 0d57399d92 rules: Fedora update 2008-03-13 15:57:33 +01:00
Kay Sievers 35ea39e277 selinux: set context for real file name not the temp name 2008-03-13 15:54:21 +01:00
Matthias Schwarzott 44d01dced1 volume_id: respect LDFLAGS 2008-02-21 12:28:45 +01:00
Kay Sievers 3f91a27d16 volume_id: update ext detection 2008-02-09 12:17:32 +01:00
Karel Zak bf79d61233 volume_id: fix typo in function documentation
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-01-24 01:12:33 +01:00
Neil Williams a141b43506 volume_id: add prefix=, exec_prefix= 2008-01-09 22:36:36 +01:00
Karel Zak 1b4f9b167b volume_id: fix UUID raw buffer usage
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-01-09 16:15:07 +01:00
Jiri Slaby 6e509e539b rules_generator: add missing write_net_rules unlock 2007-12-31 14:24:55 +01:00
Kay Sievers c74fd7a768 rules: remove tty rule which can never run because of an earlier "last_rule" 2007-12-29 17:23:31 +01:00
Anthony L. Awtrey a0092d28db do not skip RUN execution if device node removal fails 2007-12-29 17:19:06 +01:00
Kay Sievers 98520be72f switch mailing lists to linux-hotplug@vger.kernel.org 2007-12-27 04:17:46 +01:00
Kay Sievers 7094df0a8f release 118 2007-12-19 00:50:56 +01:00
Matthias Schwarzott 3924280a89 rules: Gentoo update 2007-12-17 17:58:21 +01:00
Kay Sievers 73ff769c90 volume_id: also add readable check to probe_all()
Otherwise probe_all will run two times into a timout, one
for the raid, and one for the filesystem probe. Thanks to
Tore Anderson for the debugging.
2007-12-17 15:32:41 +01:00
Kay Sievers be580fa5d8 create_floppy_devices: fix logic for more than one floppy device 2007-12-17 03:41:30 +01:00
Kay Sievers 2bb4dd9766 volume_id: run only once into a timeout for unreadable devices 2007-12-16 19:56:04 +01:00
Hannes Reinecke 5caa40bea2 volume_id: LVM - add uuid 2007-12-16 19:22:32 +01:00
Kay Sievers 9e5920842b volume_id: md - add metadata minor version
Thanks to Hannes.
2007-12-07 17:26:15 +01:00
Kay Sievers 6bdec550af rules: add AOE rule 2007-12-07 17:20:10 +01:00
Daniel Drake fbb002f9d3 doc: update "writing udev rules" 2007-12-03 19:04:32 +01:00
Kay Sievers 1e8b8e564c libvolume_id: squashfs - add endianess support for LZMA compression 2007-11-26 01:09:03 +01:00
Michael Prokop d7515c7bb9 libvolume_id: squashfs+LZMA compression detection 2007-11-26 01:03:08 +01:00
Kay Sievers 101d112e38 man: udevadm settle - mention 180 seconds default timeout
Based on a patch from Jonas Meurer. Thanks!
2007-11-22 23:49:30 +01:00
Kay Sievers c8ee8f983f rules_generator: do not create rules with insufficient matches
Thanks to Alexander E. Patrakov for pointing out that we create
invalid rules.

We still need a proper fix for devices we skip creating rules
(locally administered MAC), but want to swap names with interface
names we created rules for.
2007-11-20 18:18:03 +01:00
Kay Sievers c645b98b7e remove udevstart 2007-11-13 23:44:12 +01:00
Kay Sievers 6d83d9a624 release 117 2007-11-13 20:47:34 +01:00
Matthias Schwarzott 765729b908 rules: Gentoo update 2007-11-10 16:17:47 +01:00