Author: fernando
Date: Mon Jan 11 08:03:26 2016
New Revision: 16798
Log:
• Add modified usbutils-008 as recommend for libgusb-0.2.8.
• Install usb.ids as default, in usbutils-008.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/libgusb.xml
trunk/BOOK/general/sysutils/usbutils.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Jan 10 09:23:16 2016 (r16797)
+++ trunk/BOOK/general.ent Mon Jan 11 08:03:26 2016 (r16798)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "10"> <!-- Always 2 digits -->
+<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "January 10th &year;">
+<!ENTITY releasedate "January 11th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/general/genlib/libgusb.xml
==============================================================================
--- trunk/BOOK/general/genlib/libgusb.xml Sun Jan 10 09:23:16 2016
(r16797)
+++ trunk/BOOK/general/genlib/libgusb.xml Mon Jan 11 08:03:26 2016
(r16798)
@@ -81,7 +81,9 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="gobject-introspection"/> and
+ <xref linkend="gobject-introspection"/>,
+ <xref linkend="usbutils"/> (for <filename>usb.ids</filename> data file,
+ which is also required for the tests), and
<xref linkend="vala"/>
</para>
Modified: trunk/BOOK/general/sysutils/usbutils.xml
==============================================================================
--- trunk/BOOK/general/sysutils/usbutils.xml Sun Jan 10 09:23:16 2016
(r16797)
+++ trunk/BOOK/general/sysutils/usbutils.xml Mon Jan 11 08:03:26 2016
(r16798)
@@ -111,6 +111,15 @@
<screen role="root"><userinput>make install</userinput></screen>
<para>
+ To install the <filename>usb.ids</filename> data file, using
+ <xref linkend="wget"/>, run, as the
+ <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>install -dm755 /usr/share/hwdata/ &&
+wget http://www.linux-usb.org/usb.ids -O
/usr/share/hwdata/usb.ids</userinput></screen>
+
+ <para>
The script <command>lsusb.py</command> displays information in a more
easily readable form than <command>lsusb</command>. To find the options,
use <command>lsusb.py -h</command>. One form of use recommended by the
@@ -134,11 +143,12 @@
<para>
The <filename>usb.ids</filename> data file is constantly being updated.
- To get a current version of this file, using <xref linkend="wget"/>, run,
- as the <systemitem class="username">root</systemitem> user:</para>
+ To get a current version of this file, using <xref linkend="wget"/>,
+ periodically run again, as the
+ <systemitem class="username">root</systemitem> user:
+ </para>
-<screen role="root"><userinput>install -dm755 /usr/share/hwdata/ &&
-wget http://www.linux-usb.org/usb.ids -O
/usr/share/hwdata/usb.ids</userinput></screen>
+<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O
/usr/share/hwdata/usb.ids</userinput></screen>
<para>
You may wish to add an entry to
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page