summaryrefslogtreecommitdiff
path: root/udev.rules.demo
diff options
context:
space:
mode:
Diffstat (limited to 'udev.rules.demo')
-rw-r--r--udev.rules.demo4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev.rules.demo b/udev.rules.demo
index 6426ce2090..9ea7895791 100644
--- a/udev.rules.demo
+++ b/udev.rules.demo
@@ -1,8 +1,8 @@
# USB camera from Fuji to be named "camera"
-LABEL, BUS="usb", vendor="FUJIFILM", NAME="camera%n"
+LABEL, BUS="usb", SYSFS_vendor="FUJIFILM", NAME="camera%n"
# USB device plugged into the fourth port of the second hub to be called gps_device
-TOPOLOGY, BUS="usb", place="2.4", NAME="gps_device"
+TOPOLOGY, BUS="usb", PLACE="2.4", NAME="gps_device"
# ttyUSB1 should always be called visor
REPLACE, KERNEL="ttyUSB1", NAME="visor"