diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-03 15:35:41 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-03 15:35:41 +0100 |
commit | 19f8fd9088f02c672f42cf1005c43cb5aac18e93 (patch) | |
tree | a5ec2e37f5f8d14614c091e4116c9b936252f40e | |
parent | 4fad506ed8c963d20ae3f78c7d34fd4fd80272f9 (diff) |
require 2.6.22+ kernel
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -2,6 +2,13 @@ udev 136 ======== Bugfixes. +For some more advanced features Linux 2.6.22 is the oldest supported +version now. The kernel config with enabled SYSFS_DEPRECATED +is no longer supported. Older kernels should still work, and devices +nodes should be reliably created, but some rules and libudev will +not work correctly because the old kernels do not provide the expected +information or interfaces. + /dev/serial/by-{id,path}/ now contains links for ttyUSB devices, which do not depend on the kernel device name. As usual, unique devices - only a single one per product connected, or a real @@ -9,7 +9,7 @@ Important Note: recommend to replace a distro's udev installation with the upstream version. Requirements: - - Version 2.6.20 of the Linux kernel for reliable operation of this release of + - Version 2.6.22 of the Linux kernel for reliable operation of this release of udev. The kernel must not use the CONFIG_SYSFS_DEPRECATED* option. - The kernel must have sysfs, unix domain sockets and networking enabled. |