~juanje/udev/udev-acls-android

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-12-02 01:40:55 UTC
  • Revision ID: james.westby@ubuntu.com-20091202014055-g5f7k5z3db7njmlj
Tags: 148~-1
* Update to GIT HEAD:
  - Ignore_device option removed.
  - BUS, SYSFS and ID are now deprecated and result in a warning.
  - IDE device support removed from default rules.
  - New input_id helper, previous uses of the ID_CLASS property on
    input devices should now use the new ID_INPUT_* properties.  This
    is a big part of the Halsectomy of X.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
udev 148
 
2
========
 
3
Bugfixes.
 
4
 
 
5
The option "ignore_device" does no longer exist. There is no way to
 
6
ignore an event, as libudev events can not be suppressed by rules.
 
7
It only prevented RUN keys from being executed, which results in an
 
8
inconsistent behavior in current setups.
 
9
 
 
10
BUS=, SYSFS{}=, ID= are long deprecated and should be SUBSYSTEM(S)=,
 
11
ATTR(S){}=, KERNEL(S)=. It will cause a warning once for every rule
 
12
file from now on.
 
13
 
 
14
The support for the deprecated IDE devices has been removed from the
 
15
default set of rules. Distros who still care about non-libata drivers
 
16
need to add the rules to the compat rules file.
 
17
 
 
18
The ID_CLASS property on input devices has been replaced by the more accurate
 
19
set of flags ID_INPUT_{KEYBOARD,KEY,MOUSE,TOUCHPAD,TABLET,JOYSTICK}. These are
 
20
determined by the new "input_id" prober now. Some devices, such as touchpads,
 
21
can have several classes. So if you previously had custom udev rules which e. g.
 
22
checked for ENV{ID_CLASS}=="kbd", you need to replace this with
 
23
ENV{ID_INPUT_KEYBOARD}=="?*".
 
24
 
1
25
udev 147
2
26
========
3
27
Bugfixes.
24
48
Symlinks to udevadm with the old command names are no longer resolved to
25
49
the udevadm commands.
26
50
 
27
 
The udev-acl tool got adopted to changes in ConsoleKit. Version 0.4.11 is
 
51
The udev-acl tool got adopted to changes in ConsoleKit. Version 0.4.1 is
28
52
required now.
29
53
 
30
54
The option "last_rule" does no longer exist. Its use breaks too many