aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-02-09 21:18:12 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-02-09 21:18:12 +0100
commit6e0d8fb9ddb59ceef90c81502876c9b372da8926 (patch)
tree213e8de4c4bdc2ba4684950d4b2749d399a28d4e
parentbuild: make sure to update the hwdb binary file on install. (diff)
downloadhwids-6e0d8fb9ddb59ceef90c81502876c9b372da8926.tar.gz
hwids-6e0d8fb9ddb59ceef90c81502876c9b372da8926.tar.bz2
hwids-6e0d8fb9ddb59ceef90c81502876c9b372da8926.zip
Add documentation about udev support.
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d05ab8..503b03c 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,17 @@ there are new files available. You can download the tags in form of
tarballs directly from [the GitHub
repository](https://github.com/gentoo/hwids).
+udev
+----
+
+Since version 196 and later, `udev` does not consume the hwid files
+directly. Instead, it only access a specific binary representation,
+which is further generated starting from intermediate representations.
+
+The Makefile will accept a `UDEV=yes` parameter to build and install
+these representations. Furthermore upon install, the binary
+representation will also be generated.
+
License
-------