Commit graph

124 commits

Author SHA1 Message Date
Kay Sievers be9c0d5740 version bump 2010-10-23 15:35:35 +02:00
Kay Sievers 9bc26156e0 release 164 2010-10-23 15:13:57 +02:00
Kay Sievers 457c67e7c1 version bump 2010-10-13 13:08:29 +02:00
Kay Sievers 397e0169bb version bump 2010-09-03 15:14:36 +02:00
Kay Sievers e7638c038b release 162 2010-09-03 15:07:03 +02:00
Kay Sievers f7b877ec49 version bump 2010-08-19 18:03:04 +02:00
Kay Sievers 3f42314fb6 version bump 2010-07-12 00:10:16 +02:00
Kay Sievers db46deec45 version bump 2010-07-07 07:13:20 +02:00
Kay Sievers f9b58c3590 release 159 2010-07-07 06:49:29 +02:00
Kay Sievers cbcb846a4c version bump 2010-06-24 10:17:15 +02:00
Kay Sievers b93e070949 release 158 2010-06-24 09:38:31 +02:00
Kay Sievers 94aa758d0c version bump 2010-06-02 20:31:51 +02:00
Kay Sievers 873f34556d update NEWS 2010-05-31 11:19:31 +02:00
Kay Sievers 52934a60c4 rules: SUSE - move last distro rule to package 2010-05-30 14:57:06 +02:00
Kay Sievers 0604fc0f7f update NEWS 2010-05-28 12:17:42 +02:00
Kay Sievers 6edb57c0e4 configure.ac: version bump 2010-05-25 12:37:24 +02:00
Kay Sievers e925b63340 release 156 2010-05-25 12:21:25 +02:00
Kay Sievers c22b0d4ad1 configure.ac: version bump 2010-05-25 06:56:14 +02:00
Kay Sievers c2d5139bfc update NEWS 2010-05-20 18:45:38 +02:00
Kay Sievers 41c69b0ff0 update NEWS README 2010-05-20 09:19:01 +02:00
Kay Sievers bf0323a34f configure.ac: version bump 2010-05-12 08:49:43 +02:00
Kay Sievers 75cb1ac51e warn when renaming kernel-provided nodes instead of adding symlinks 2010-05-05 11:39:25 +02:00
Kay Sievers c51d2f2746 configure.ac: version bump 2010-04-21 08:50:59 +02:00
Kay Sievers 1efde3bcef release 153 2010-04-21 08:31:55 +02:00
Kay Sievers 451dd74d9a configure.ac: version bump 2010-04-20 09:39:24 +02:00
Kay Sievers f1c4a0e19f release 152 2010-04-20 07:32:40 +02:00
Kay Sievers c1b7f60dea update NEWS 2010-04-14 17:00:57 +02:00
Kay Sievers a89d342dfb remove "ignore_remove" option 2010-04-13 12:45:38 +02:00
Kay Sievers 1f084fe581 remove "all_partitions" option
We can not predict the major/minor of non-existing devices:
  $ grep . /sys/class/block/sd*/dev
  /sys/class/block/sda1/dev:259:524288
  /sys/class/block/sda2/dev:259:262144
  /sys/class/block/sda3/dev:259:786432
  /sys/class/block/sda4/dev:259:131072
  /sys/class/block/sda/dev:259:0
  /sys/class/block/sdb/dev:259:655360
  /sys/class/block/sdc/dev:259:393216

If this functionality is still needed for some broken hardware, it needs to be
solved with a tool not part of the udev package. Because such option is unreliable
and unsafe to use.
2010-04-13 08:52:48 +02:00
Kay Sievers 236fae6cf1 udevadm: trigger - switch default action from "add" to "change" 2010-04-12 17:56:32 +02:00
Kay Sievers 5c4c389bba update NEWS 2010-04-12 17:00:16 +02:00
Kay Sievers fff82e9d77 configure.ac: version bump 2010-02-18 11:09:25 +01:00
Kay Sievers eea1fd84f0 update README and NEWS 2010-01-25 11:10:10 +01:00
Kay Sievers a16b18f091 configure.ac: version bump 2010-01-13 12:59:37 +01:00
Kay Sievers 3c1898863f remove remaining support for CONFIG_SYSFS_DEPRECATED 2009-12-15 16:14:14 +01:00
Kay Sievers ac9b4baac5 configure.ac: version bump 2009-12-15 15:53:21 +01:00
Kay Sievers 07fb7fce66 release 149 2009-12-03 14:39:12 +01:00
Kay Sievers 4cf3298e1f configure.ac: version bump 2009-12-03 13:31:43 +01:00
Martin Pitt 6722e19ab1 input: Deprecate ENV{ID_CLASS}
The ID_CLASS property on input devices has been replaced by the more accurate
set of flags ID_INPUT_{KEYBOARD,KEYS,MOUSE,TOUCHPAD,TABLET,JOYSTICK}.

Rewrite 60-persistent-input.rules to use the new properties now and not export
ID_CLASS any more, since it is not used by anything else any more.

Add note about migration to NEWS, in case this is being used in custom rules.
2009-11-30 19:16:09 +01:00
Daniel Mierswa de408510ec Fix typo in NEWS, ConsoleKit-0.4.11 -> 0.4.1
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
2009-11-25 08:43:59 +01:00
Kay Sievers ecf61aa7fd rules: remove support for IDE (hd*) devices
The kernel IDE drivers get deprecated now:
  http://article.gmane.org/gmane.linux.ide/43151

Almost everybody has switched over to libata devices long ago.
Recent services do not work with the now deprecated IDE drivers
at all and require libata drivers and SCSI infrastructure.

Systems who care about the old stuff need to add the rules to the
compat rules.
2009-11-19 16:25:18 +01:00
Kay Sievers 6d87ee2e00 print warning for BUS=, SYSFS{}=, ID= 2009-11-16 23:39:33 +01:00
Kay Sievers cdae488a3f remove "ignore_device"
There is no way to ignore an event these days. Libudev events can
not be suppressed. It only prevents RUN keys from being executed,
which results in an inconsistent behavior in current setups.
2009-11-16 15:22:17 +01:00
Kay Sievers 04da95b1c4 update NEWS 2009-11-10 06:49:48 +01:00
David Zeuthen 5448cc56f6 gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable
Signed-off-by: David Zeuthen <davidz@redhat.com>
2009-10-29 18:46:50 +01:00
Kay Sievers bfbf65aad0 remove "last_rule" option
Its use breaks too many things which expect to be run from independent
later rules, and is an idication that something needs to be fixed
properly instead.
2009-10-28 11:45:32 +01:00
William Jon McCann bded570432 udev-acl: catch up with ConsoleKit 0.4.1 2009-09-27 06:37:26 -07:00
Kay Sievers 91554cf9a1 update TODO, NEWS 2009-09-16 20:27:30 +02:00
Kay Sievers 6c29f2b942 simplify "symlink name stack"
With well defined and kernel-supplied node names, we no longer need
to support a possible stack of conflicting symlinks and node names.
Only symlinks with identical names can be claimed by multiple devices.

This shrinks the former /dev/.udev/names/ significantly.

Also the /dev/{block,char}/MAJ:MIN" links are excluded from the name
stack - they are unique and can not conflict.
2009-09-09 18:49:07 +02:00
Kay Sievers 6d837a5348 udevadm: remove symlink support for old commands 2009-09-07 12:13:49 +02:00