diff options
author | greg@kroah.com <greg@kroah.com> | 2003-11-18 01:15:11 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:24 -0700 |
commit | fb2e1c4d6a03ee17978f4802572d1283885e3976 (patch) | |
tree | 926d81d4797a633a55a300318e63a21fb4214b8f | |
parent | 85f3a7c3e0fbda61dde22d89a0dd74b49cc58d07 (diff) |
[PATCH] updated demo config file.
-rw-r--r-- | udev.config.demo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.config.demo b/udev.config.demo index 5cbde13ef4..6426ce2090 100644 --- a/udev.config.demo +++ b/udev.config.demo @@ -1,5 +1,5 @@ # USB camera from Fuji to be named "camera" -LABEL, BUS="usb", vendor="FUJIFILM", NAME="camera" +LABEL, BUS="usb", 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" |