Ignore:
Timestamp:
10/23/2014 01:54:22 AM (10 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.7, 7.8, 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, krejzi/svn, 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:
bb282fc
Parents:
d8bc6f7
Message:

Update to usbutils-008.
Add package hwids-20141022.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    rd8bc6f7 r2882ec4b  
    77  <!ENTITY usbutils-download-http "http://ftp.kernel.org/pub/linux/utils/usb/usbutils/usbutils-&usbutils-version;.tar.xz">
    88  <!ENTITY usbutils-download-ftp  "ftp://ftp.kernel.org/pub/linux/utils/usb/usbutils/usbutils-&usbutils-version;.tar.xz">
    9   <!ENTITY usbutils-md5sum        "c9df5107ae9d26b10a1736a261250139">
    10   <!ENTITY usbutils-size          "416 KB">
    11   <!ENTITY usbutils-buildsize     "4.8 MB">
     9  <!ENTITY usbutils-md5sum        "2780b6ae21264c888f8f30fb2aab1259">
     10  <!ENTITY usbutils-size          "284 KB">
     11  <!ENTITY usbutils-buildsize     "3.8 MB">
    1212  <!ENTITY usbutils-time          "less than 0.1 SBU">
    1313]>
     
    3131
    3232    <para>
    33       The <application>USB Utils</application> package contains an utility
     33      The <application>USB Utils</application> package contains utilities
    3434      used to display information about USB buses in the system and the
    3535      devices connected to them.
     
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
     78      <xref linkend="hdwids"/> and
    7879      <xref linkend="libusb"/>
    7980    </para>
     
    9293    </para>
    9394
    94 <screen><userinput>./configure --prefix=/usr  \
    95             --disable-zlib \
    96             --datadir=/usr/share/misc &amp;&amp;
     95<screen><userinput>sed -i '/^usbids/ s:usb.ids:hwdata/&amp;:' lsusb.py &amp;&amp;
     96./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
    9797make</userinput></screen>
    9898
     
    105105    </para>
    106106
    107 <screen role="root"><userinput>make install &amp;&amp;
    108 mv -v /usr/sbin/update-usbids.sh /usr/sbin/update-usbids</userinput></screen>
     107<screen role="root"><userinput>make install</userinput></screen>
    109108
    110109  </sect2>
     
    114113
    115114    <para>
    116       <option>--disable-zlib</option>: This stops
    117       <application>USB Utils</application> from installing a
    118       compressed <filename>usb.ids</filename>  alongside the
    119       uncompressed one.
    120     </para>
    121 
    122   </sect2>
    123 
     115      <command>sed ... lsusb.py</command>: Instructs lsusb.py where to search
     116      <filename>usb.ids</filename>.
     117    </para>
     118
     119  </sect2>
     120<!--
    124121  <sect2 role="configuration">
    125122    <title>Configuring USB Utils</title>
     
    144141    </para>
    145142
    146   </sect2>
     143  </sect2>-->
    147144
    148145  <sect2 role="content">
     
    156153      <seglistitem>
    157154        <seg>
    158           lsusb, update-usbids, usb-devices, and usbhid-dump
     155          lsusb, lsusb.py, usb-devices, and usbhid-dump
    159156        </seg>
    160157        <seg>
     
    185182      </varlistentry>
    186183
    187       <varlistentry id="update-usbids">
    188         <term><command>update-usbids</command></term>
    189         <listitem>
    190           <para>
    191             downloads the current version of the USB ID list. Requires
    192             <xref linkend="lynx"/> or <xref linkend="wget"/>.
    193           </para>
    194           <indexterm zone="usbutils update-usbids">
    195             <primary sortas="b-update-usbids">update-usbids</primary>
     184      <varlistentry id="lsusb.py">
     185        <term><command>lsusb.py</command></term>
     186        <listitem>
     187          <para>
     188            is a  more human and limited form of lsusb.
     189          </para>
     190          <indexterm zone="usbutils lsusb.py">
     191            <primary sortas="b-lsusb.py">lsusb.py</primary>
    196192          </indexterm>
    197193        </listitem>
Note: See TracChangeset for help on using the changeset viewer.