chiark / gitweb /
require 2.6.22+ kernel
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 3 Jan 2009 14:35:41 +0000 (15:35 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Sat, 3 Jan 2009 14:35:41 +0000 (15:35 +0100)
NEWS
README

diff --git a/NEWS b/NEWS
index c59d93c55d3f218c72e9a8aee6c4f0facd9a5d7f..76aec064721e153e9df2a7ffab0ef1a1f947e16f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 0add462f31e604bfb65807721ba808874c288ef0..a253ccfb4f0f64f77c90f16a7192df89603e9f8c 100644 (file)
--- a/README
+++ b/README
@@ -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.