From 89d96326520c242a8516202ab9d8d880d3f7311c Mon Sep 17 00:00:00 2001 From: Berin Martini Date: Mon, 12 Jan 2015 14:50:35 -0500 Subject: [PATCH] Change devicetree AXIS node name The udev rule now identifies the Linux kernel module via a different devicetree name, one that is more in keeping with the project. --- util/80-axis.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/80-axis.rules b/util/80-axis.rules index a9a2528..cf2b658 100644 --- a/util/80-axis.rules +++ b/util/80-axis.rules @@ -1 +1 @@ -KERNEL=="uio*", ATTRS{name}=="axis_cfg", SYMLINK+="axis", MODE="0666" +KERNEL=="uio*", ATTRS{name}=="axis", SYMLINK+="axis", MODE="0666"