Author: bdubbs
Date: 2008-12-30 13:35:05 -0700 (Tue, 30 Dec 2008)
New Revision: 7694
Modified:
trunk/BOOK/postlfs/config/devices.xml
Log:
Added a note about the example used in 'Udev Device Attributes' on th edevices
page.
Modified: trunk/BOOK/postlfs/config/devices.xml
===================================================================
--- trunk/BOOK/postlfs/config/devices.xml 2008-12-30 19:07:40 UTC (rev
7693)
+++ trunk/BOOK/postlfs/config/devices.xml 2008-12-30 20:35:05 UTC (rev
7694)
@@ -55,15 +55,19 @@
<para>Fine-tuning of device attributes such as group name and permissions
is possible by creating extra <application>udev</application> rules,
- matching on something like this (on one line). The vendor and product can
+ matching on something like this. The vendor and product can
be found by searching the /sys/devices directory entries or using
<command>udevinfo</command> after the device has been attached. See the
documentation in the current <application>udev</application> directory of
<filename class='directory'>/usr/share/doc</filename> for details.</para>
-<screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8",
- SYSFS{idProduct}=="4002", GROUP:="scanner", MODE:="0640"</literal></screen>
+<screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8",
SYSFS{idProduct}=="4002", \
+ GROUP:="scanner", MODE:="0660"</literal></screen>
+ <note><para>The above line is used for descriptive purposes only. The
+ scanner <application>udev</application> rules are put into place when
+ installing <xref linkend='sane'/>.</para></note>
+
</sect2>
<sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page