Changeset b1092d9 for general


Ignore:
Timestamp:
01/11/2016 04:03:26 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2882aa24
Parents:
2875c661
Message:
  • Add modified usbutils-008 as recommend for libgusb-0.2.8.
  • Install usb.ids as default, in usbutils-008.

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgusb.xml

    r2875c661 rb1092d9  
    8282    <bridgehead renderas="sect4">Recommended</bridgehead>
    8383    <para role="recommended">
    84       <xref linkend="gobject-introspection"/> and
     84      <xref linkend="gobject-introspection"/>,
     85      <xref linkend="usbutils"/> (for <filename>usb.ids</filename> data file,
     86      which is also required for the tests), and
    8587      <xref linkend="vala"/>
    8688    </para>
  • general/sysutils/usbutils.xml

    r2875c661 rb1092d9  
    112112
    113113    <para>
     114      To install the <filename>usb.ids</filename> data file, using
     115      <xref linkend="wget"/>, run, as the
     116      <systemitem class="username">root</systemitem> user:
     117    </para>
     118
     119<screen role="root"><userinput>install -dm755 /usr/share/hwdata/ &amp;&amp;
     120wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
     121
     122    <para>
    114123      The script <command>lsusb.py</command> displays information in a more
    115124      easily readable form than <command>lsusb</command>. To find the options,
     
    135144    <para>
    136145      The <filename>usb.ids</filename> data file is constantly being updated.
    137       To get a current version of this file, using <xref linkend="wget"/>, run,
    138       as the <systemitem class="username">root</systemitem> user:</para>
    139 
    140 <screen role="root"><userinput>install -dm755 /usr/share/hwdata/ &amp;&amp;
    141 wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
     146      To get a current version of this file, using <xref linkend="wget"/>,
     147      periodically run again, as the
     148      <systemitem class="username">root</systemitem> user:
     149    </para>
     150
     151<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
    142152
    143153    <para>
Note: See TracChangeset for help on using the changeset viewer.