Changeset fdf8b6d0


Ignore:
Timestamp:
12/30/2008 08:35:05 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f4031b6c
Parents:
a52e5394
Message:

Added a note about the example used in 'Udev Device Attributes' on th edevices page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7694 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/devices.xml

    ra52e5394 rfdf8b6d0  
    5656    <para>Fine-tuning of device attributes such as group name and permissions
    5757    is possible by creating extra <application>udev</application> rules,
    58     matching on something like this (on one line). The vendor and product can
     58    matching on something like this. The vendor and product can
    5959    be found by searching the /sys/devices directory entries or using
    6060    <command>udevinfo</command> after the device has been attached. See the
     
    6262    <filename class='directory'>/usr/share/doc</filename> for details.</para>
    6363
    64 <screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8",
    65    SYSFS{idProduct}=="4002", GROUP:="scanner", MODE:="0640"</literal></screen>
     64<screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8", SYSFS{idProduct}=="4002", \
     65  GROUP:="scanner", MODE:="0660"</literal></screen>
     66
     67    <note><para>The above line is used for descriptive purposes only. The
     68    scanner <application>udev</application> rules are put into place when
     69    installing <xref linkend='sane'/>.</para></note>
    6670
    6771  </sect2>
Note: See TracChangeset for help on using the changeset viewer.