aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-01-09 14:02:56 -0500
committerAnthony G. Basile <blueness@gentoo.org>2014-01-09 14:02:56 -0500
commit855ce449eba82c417c005d17aa680aba2048ed8d (patch)
tree9c9c5c9cdd30ed2dfbbdef820118124e891b6662 /.gitignore
parentmove utf8 functions from libudev-private.h to utf8.h (diff)
downloadeudev-855ce449eba82c417c005d17aa680aba2048ed8d.tar.gz
eudev-855ce449eba82c417c005d17aa680aba2048ed8d.tar.bz2
eudev-855ce449eba82c417c005d17aa680aba2048ed8d.zip
device-nodes: move device node specific code to own file
In the process, rename udev_encode_string which is poorly named for what it does. It deals specifically with encoding names that udev creates and has its own rules: utf8 is valid but some ascii is not (e.g. path separators), and everything else is simply escaped. Rename it to encode_devnode_name. Adopted for eudev: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3f8ef4803..afd8e6f6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,4 +61,6 @@ src/udev/keyboard-keys.txt
test/test-libudev
test/test-udev
test/test
+test/test-device_nodes
+test/test-utf8
test-driver