* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2005-08-10 13:09 swift
0 siblings, 0 replies; 10+ messages in thread
From: swift @ 2005-08-10 13:09 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/10 13:09:27
Modified: xml/htdocs/doc/en usb-guide.xml
Log:
Small spelling issues, no content. Thanks to cynric on the Gentoo forums for noticing
Revision Changes Path
1.6 +11 -11 xml/htdocs/doc/en/usb-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- usb-guide.xml 17 Jun 2005 10:51:16 -0000 1.5
+++ usb-guide.xml 10 Aug 2005 13:09:27 -0000 1.6
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.5 2005/06/17 10:51:16 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.6 2005/08/10 13:09:27 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -156,7 +156,7 @@
<p>
First emerge the kernel sources of your choice. Here we'll use the
-<c>gentoo-sources</c> For more information on the various kernel sources
+<c>gentoo-sources</c>. For more information on the various kernel sources
available on Portage, please look up the <uri
link="/doc/en/gentoo-kernel.xml">Gentoo Linux Kernel Guide</uri>.
</p>
@@ -395,7 +395,7 @@
<p>
Once the device is connected and mounted, you can access it like a normal hard
-disk. Usual operations like <c>cp</c>, <c>mv</c>, <c>rm</c> etc work fine. You
+disk. Usual operations like <c>cp</c>, <c>mv</c>, <c>rm</c>, etc work fine. You
could also create a filesystem on the USB stick/format it.
</p>
@@ -530,8 +530,8 @@
to ensure that they work properly and often firmware may contain code that is
critical to ensure that the hardware performs as expected. Firmware is present
in a wide variety of computer devices ranging from ROM chips to state of the
-art USB and PCMCIA cards. When a device is plugged in, the firmware (which may
-in some cases be the driver as well) is read and loaded onto memory after
+art USB and PCMCIA cards. When a device is plugged in, the firmware (which may,
+in some cases, be the driver as well) is read and loaded onto memory after
which the device can be used by the system.
</p>
@@ -540,7 +540,7 @@
the firmware side of things in <e>hot-pluggable</e> devices.
<c>sys-apps/hotplug</c> will use the required firmware to make that device
usable. The firmware should be put in the <path>/lib/firmware</path> directory
-and is picked up from there. Getting it is simple, the usual emerge will do.
+and is picked up from there. Getting it is simple: the usual emerge will do.
</p>
<pre caption="Installing hotplug">
@@ -551,8 +551,8 @@
Now the obvious question would be, what is coldplug and why is it needed?
<c>sys-apps/coldplug</c> does what hotplug does, but it does it for
<e>hot-pluggable</e> devices that are already connected at boot time. A good
-example of this would be a USB Network card. Earlier hotplug was the package
-responsible for handling both but then it was split into hotplug and coldplug,
+example of this would be a USB Network card. Earlier the hotplug package was
+responsible for handling both, but then it was split into hotplug and coldplug,
each with their distinct purposes. Emerge it if you have <e>hot-pluggable</e>
devices that you need activated on boot up.
</p>
@@ -582,9 +582,9 @@
<body>
<p>
-A good number of documents online helped me during writing this, and there are
-some that are that are highly technical but truly interesting. I thought they
-all deserve some credit. So here we go!
+A good number of online documents helped me during the development of this
+document and there are some that are highly technical but truly interesting.
+I thought they all deserve some credit, so here we go!
</p>
<ul>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2005-11-19 20:05 swift
0 siblings, 0 replies; 10+ messages in thread
From: swift @ 2005-11-19 20:05 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/11/19 20:05:51
Modified: xml/htdocs/doc/en usb-guide.xml
Log:
Fix USB FAQ url
Revision Changes Path
1.8 +4 -4 xml/htdocs/doc/en/usb-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- usb-guide.xml 25 Aug 2005 11:24:46 -0000 1.7
+++ usb-guide.xml 19 Nov 2005 20:05:51 -0000 1.8
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.7 2005/08/25 11:24:46 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.8 2005/11/19 20:05:51 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.5</version>
-<date>2005-08-25</date>
+<version>1.6</version>
+<date>2005-11-19</date>
<chapter>
<title>Introduction</title>
@@ -591,7 +591,7 @@
<ul>
<li><uri link="http://www.usb.org">The Official USB Website</uri></li>
- <li><uri link="http://www.usb.org/faq">The USB FAQ</uri></li>
+ <li><uri link="http://www.usb.org/about/faq">The USB FAQ</uri></li>
<li>
<uri
link="http://h18000.www1.hp.com/productinfo/development/openhci.html">Compaq's
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2006-01-08 14:21 Lukasz Damentko
0 siblings, 0 replies; 10+ messages in thread
From: Lukasz Damentko @ 2006-01-08 14:21 UTC (permalink / raw
To: gentoo-doc-cvs
rane 06/01/08 14:21:20
Modified: xml/htdocs/doc/en usb-guide.xml
Log:
#118179, adding LiveUSB Howto as a reference
Revision Changes Path
1.9 +4 -3 xml/htdocs/doc/en/usb-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- usb-guide.xml 19 Nov 2005 20:05:51 -0000 1.8
+++ usb-guide.xml 8 Jan 2006 14:21:20 -0000 1.9
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.8 2005/11/19 20:05:51 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.9 2006/01/08 14:21:20 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.6</version>
-<date>2005-11-19</date>
+<version>1.7</version>
+<date>2006-01-09</date>
<chapter>
<title>Introduction</title>
@@ -605,6 +605,7 @@
<uri link="http://www.intel.com/technology/usb/ehcispec.htm">Intel's EHCI
Standard</uri>
</li>
+ <li><uri link="/doc/en/liveusb.xml">Gentoo Linux LiveUSB HOWTO</uri></li>
</ul>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2006-01-14 4:57 Shyam Mani
0 siblings, 0 replies; 10+ messages in thread
From: Shyam Mani @ 2006-01-14 4:57 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 06/01/14 04:57:42
Modified: xml/htdocs/doc/en usb-guide.xml
Log:
The Gentoo Linux LiveUSB HowTo isn't a reference for the usb guide.
Revision Changes Path
1.10 +13 -4 xml/htdocs/doc/en/usb-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.10&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml.diff?r1=1.9&r2=1.10&cvsroot=gentoo
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- usb-guide.xml 8 Jan 2006 14:21:20 -0000 1.9
+++ usb-guide.xml 14 Jan 2006 04:57:42 -0000 1.10
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.9 2006/01/08 14:21:20 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.10 2006/01/14 04:57:42 fox2mike Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.7</version>
-<date>2006-01-09</date>
+<version>1.8</version>
+<date>2006-01-14</date>
<chapter>
<title>Introduction</title>
@@ -605,7 +605,16 @@
<uri link="http://www.intel.com/technology/usb/ehcispec.htm">Intel's EHCI
Standard</uri>
</li>
- <li><uri link="/doc/en/liveusb.xml">Gentoo Linux LiveUSB HOWTO</uri></li>
+</ul>
+
+</body>
+</section>
+<section>
+<title>Other Interesting Links</title>
+<body>
+
+<ul>
+ <li><uri link="/doc/en/liveusb.xml">Gentoo Linux LiveUSB HOWTO</uri></li>
</ul>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2006-04-04 0:37 Josh Saddler
0 siblings, 0 replies; 10+ messages in thread
From: Josh Saddler @ 2006-04-04 0:37 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/04/04 00:37:45
Modified: usb-guide.xml
Log:
Fixed intra-doc URIs for the upcoming xhtml-1.0 spec, see bug 128709
Revision Changes Path
1.11 xml/htdocs/doc/en/usb-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml?rev=1.11&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/usb-guide.xml.diff?r1=1.10&r2=1.11&cvsroot=gentoo
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- usb-guide.xml 14 Jan 2006 04:57:42 -0000 1.10
+++ usb-guide.xml 4 Apr 2006 00:37:45 -0000 1.11
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.10 2006/01/14 04:57:42 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.11 2006/04/04 00:37:45 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,7 +19,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.8</version>
+<version>1.9</version>
<date>2006-01-14</date>
<chapter>
@@ -181,14 +181,14 @@
</body>
</section>
-<section id="2.6.xconfig">
+<section id="newkernelconfig">
<title>Config options for the 2.6.x kernel</title>
<body>
<p>
Now we will look at some of the options we will have to enable in the 2.6
kernel to ensure proper USB support for our devices. If you are using a 2.4
-kernel, please proceed with <uri link="#2.4.xconfig">Config options for the
+kernel, please proceed with <uri link="#oldkernelconfig">Config options for the
2.4.x kernel</uri>.
</p>
@@ -262,14 +262,14 @@
</body>
</section>
-<section id="2.4.xconfig">
+<section id="oldkernelconfig">
<title>Config options for the 2.4.x kernel</title>
<body>
<p>
We will look at the options the we will have to enable in the 2.4 kernel to
ensure proper USB support for our devices. If you are using a 2.6 kernel,
-please look at <uri link="#2.6.xconfig">Config options for the 2.6.x
+please look at <uri link="#newkernelconfig">Config options for the 2.6.x
kernel</uri>.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2006-08-30 16:18 Josh Saddler
0 siblings, 0 replies; 10+ messages in thread
From: Josh Saddler @ 2006-08-30 16:18 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/08/30 16:18:07
Modified: usb-guide.xml
Log:
Updated usb-guide to reflect changed kernel options in kernels greater than 2.6.14 (which is pretty old, yeah?)
Revision Changes Path
1.12 xml/htdocs/doc/en/usb-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.11&r2=1.12
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- usb-guide.xml 4 Apr 2006 00:37:45 -0000 1.11
+++ usb-guide.xml 30 Aug 2006 16:18:07 -0000 1.12
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.11 2006/04/04 00:37:45 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.12 2006/08/30 16:18:07 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.9</version>
-<date>2006-01-14</date>
+<version>1.10</version>
+<date>2006-08-30</date>
<chapter>
<title>Introduction</title>
@@ -234,7 +234,6 @@
< > USB Modem (CDC ACM) support
<*> USB Printer support
<*> USB Mass Storage support
- [*] USB Mass Storage Write-Protected Media Detection (EXPERIMENTAL)
<comment>(Then the HID bits.
You have to select HID input support if you have a USB keyboard,
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2006-11-27 0:13 Josh Saddler
0 siblings, 0 replies; 10+ messages in thread
From: Josh Saddler @ 2006-11-27 0:13 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/11/27 00:13:20
Modified: usb-guide.xml
Log:
updated usb guide for bug 156335
Revision Changes Path
1.13 xml/htdocs/doc/en/usb-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.12&r2=1.13
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- usb-guide.xml 30 Aug 2006 16:18:07 -0000 1.12
+++ usb-guide.xml 27 Nov 2006 00:13:19 -0000 1.13
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.12 2006/08/30 16:18:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.13 2006/11/27 00:13:19 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -19,8 +19,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.10</version>
-<date>2006-08-30</date>
+<version>1.11</version>
+<date>2006-11-26</date>
<chapter>
<title>Introduction</title>
@@ -554,7 +554,8 @@
example of this would be a USB Network card. Earlier, hotplug was the package
responsible for handling both, but then it was split into hotplug and coldplug,
with coldplug doing all the work. Install it if you have <e>hot-pluggable</e>
-devices that you need activated on boot up.
+devices that you need activated on boot up. Afterward, you can add the coldplug
+init script to the boot runlevel.
</p>
<pre caption="Installing coldplug">
@@ -566,10 +567,12 @@
</pre>
<note>
-The above initscript does what hotplug's initscript used to do (for already
-attached hot-pluggable devices). The current <path>/etc/init.d/hotplug</path>
-script does nothing more than check if the CONFIG_HOTPLUG is enabled for the
-current kernel.
+You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version
+103 and higher, as udev itself will handle module loading. If you are upgrading
+to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
+upgrading udev. Be sure to remove the coldplug init script from all runlevels
+(<c>rc-update del coldplug</c>), and then delete it from
+<path>/etc/init.d/</path> afterward.
</note>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2007-03-13 1:04 Josh Saddler
0 siblings, 0 replies; 10+ messages in thread
From: Josh Saddler @ 2007-03-13 1:04 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/03/13 01:04:29
Modified: usb-guide.xml
Log:
typo fix, thanks to ewould on IRC for pointing it out
Revision Changes Path
1.15 xml/htdocs/doc/en/usb-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.14&r2=1.15
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- usb-guide.xml 13 Mar 2007 00:40:27 -0000 1.14
+++ usb-guide.xml 13 Mar 2007 01:04:29 -0000 1.15
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.14 2007/03/13 00:40:27 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.15 2007/03/13 01:04:29 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -520,7 +520,7 @@
Gentoo uses <c>sys-apps/hotplug</c> to do some magic with <e>hot-pluggable</e>
devices. Just like any other magic trick, there is a simple logic behind this
one too. We shall now see what that is, and in the process hopefully we will be
-able to understand these twins better.
+able to understand it better.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2008-05-19 21:04 Sven Vermeulen
0 siblings, 0 replies; 10+ messages in thread
From: Sven Vermeulen @ 2008-05-19 21:04 UTC (permalink / raw
To: gentoo-doc-cvs
swift 08/05/19 21:04:48
Modified: usb-guide.xml
Log:
Coding style
Revision Changes Path
1.17 xml/htdocs/doc/en/usb-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.16&r2=1.17
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- usb-guide.xml 10 Apr 2007 06:48:59 -0000 1.16
+++ usb-guide.xml 19 May 2008 21:04:48 -0000 1.17
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.16 2007/04/10 06:48:59 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.17 2008/05/19 21:04:48 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -55,7 +55,8 @@
<p>
Before we go onto the exact configuration options in the kernel, it would
be apt to look at USB in a little more detail. If you're in a hurry or want
-to skip this section, please go to <uri link="#kernel">Kernel Configuration</uri>.
+to skip this section, please go to <uri link="#kernel">Kernel
+Configuration</uri>.
</p>
<p>
@@ -522,7 +523,7 @@
<p>
A good number of online documents helped me during the development of this
-document and there are some that are highly technical but truly interesting.
+document and there are some that are highly technical but truly interesting.
I thought they all deserve some credit, so here we go!
</p>
@@ -551,7 +552,7 @@
<body>
<ul>
- <li><uri link="/doc/en/liveusb.xml">Gentoo Linux LiveUSB HOWTO</uri></li>
+ <li><uri link="/doc/en/liveusb.xml">Gentoo Linux LiveUSB HOWTO</uri></li>
</ul>
</body>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-doc-cvs] cvs commit: usb-guide.xml
@ 2008-06-22 1:13 Joshua Saddler
0 siblings, 0 replies; 10+ messages in thread
From: Joshua Saddler @ 2008-06-22 1:13 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/06/22 01:13:02
Modified: usb-guide.xml
Log:
updated USB HID config location. this update covers the handbooks and the USB guide. for the latter, i removed the section on kernel 2.4 configuration, as there are no 2.4 kernels supported by gentoo.
Revision Changes Path
1.18 xml/htdocs/doc/en/usb-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.17&r2=1.18
Index: usb-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- usb-guide.xml 19 May 2008 21:04:48 -0000 1.17
+++ usb-guide.xml 22 Jun 2008 01:13:02 -0000 1.18
@@ -1,6 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.17 2008/05/19 21:04:48 swift Exp $ -->
-
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.18 2008/06/22 01:13:02 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/usb-guide.xml">
@@ -19,8 +18,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.13</version>
-<date>2007-04-09</date>
+<version>1.14</version>
+<date>2008-06-21</date>
<chapter>
<title>Introduction</title>
@@ -148,13 +147,6 @@
<title>Getting the kernel</title>
<body>
-<note>
-Since the 2005.0 release, Gentoo Linux uses 2.6 as the default kernel. Unless
-you are specifically using the 2.4 profile, <c>gentoo-sources</c> will be a
-2.6 kernel on <e>most</e> architectures. Please check your kernel version and
-then proceed with the configuration accordingly.
-</note>
-
<p>
First emerge the kernel sources of your choice. Here we'll use the
<c>gentoo-sources</c>. For more information on the various kernel sources
@@ -182,15 +174,13 @@
</body>
</section>
-<section id="newkernelconfig">
-<title>Config options for the 2.6.x kernel</title>
+<section>
+<title>Config options for the kernel</title>
<body>
<p>
-Now we will look at some of the options we will have to enable in the 2.6
-kernel to ensure proper USB support for our devices. If you are using a 2.4
-kernel, please proceed with <uri link="#oldkernelconfig">Config options for the
-2.4.x kernel</uri>.
+Now we will look at some of the options we will have to enable in the kernel to
+ensure proper USB support for our devices.
</p>
<note>
@@ -205,7 +195,7 @@
files accordingly.
</note>
-<pre caption="make menuconfig options for 2.6 kernels">
+<pre caption="make menuconfig options">
Device Drivers --->
SCSI device support --->
@@ -236,13 +226,6 @@
<*> USB Printer support
<*> USB Mass Storage support
-<comment>(Then the HID bits.
-You have to select HID input support if you have a USB keyboard,
-mouse, joystick or any other USB input device)</comment>
---- USB Input Devices
-<*> USB Human Interface Device (full HID) support
- [*] HID input layer support
-
<comment>(If you have a USB Network Card like the RTL8150, you'll need this)</comment>
USB Network Adapters --->
<*> USB RTL8150 based ethernet device support (EXPERIMENTAL)
@@ -254,82 +237,22 @@
</pre>
<p>
-Now that your options are set, you can (re)compile the kernel and USB support
-should be functional once you reboot into the new kernel. You can now proceed
-to <uri link="#postkern">Seeing USB at work</uri> and see if everything is
-working as it should.
+If you have a USB keyboard, mouse, joystick, or any other input device, you need
+to enable HID support. Go back one level to "Device drivers" and enable HID
+support as shown:
</p>
-</body>
-</section>
-<section id="oldkernelconfig">
-<title>Config options for the 2.4.x kernel</title>
-<body>
-
-<p>
-We will look at the options the we will have to enable in the 2.4 kernel to
-ensure proper USB support for our devices. If you are using a 2.6 kernel,
-please look at <uri link="#newkernelconfig">Config options for the 2.6.x
-kernel</uri>.
-</p>
-
-<note>
-Examples in this document will show configuration options for basic USB
-support as well as those needed commonly, for example a USB mass storage
-device (most cameras and USB pen drives). If you have a specific USB device
-that needs to be configured, please look up your device's manual or search
-online to see if that device has support built-in into the kernel or custom
-drivers that you can use. Please note that for the sake of ease, all examples
-have the options compiled into the kernel. If you would like to have a modular
-kernel, ensure that you note down the various modules and adjust your config
-files accordingly.
-</note>
-
-<pre caption="make menuconfig options for 2.4 kernels">
-<comment>(This immediate config is only for those who have USB input devices.
-Input core support is needed by USB HID later.)</comment>
-Input core support --->
- <*> Input core support
- < > Keyboard support
- < > Mouse support
- < > Event interface support
-
-USB support --->
-
-<comment>(This is the root hub and is required for USB support.
-If you'd like to compile this as a module, it will be called usbcore.o)</comment>
-<*> Support for USB
-
-<comment>(Enable this option to see your USB devices in /proc/bus/usb.
-This is recommended.)</comment>
- [*] Preliminary USB device filesystem
-
-<comment>(Select at least one of the HCDs. If you are unsure, picking all is fine.)</comment>
---- USB Host Controller Drivers
-<*> UHCI Alternate Driver (JE) support
-< > OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support
-
-<comment>(This is the device section. Select only what you need.)</comment>
---- USB Device Class drivers
-< > USB Audio support
-<*> USB Mass Storage support
-< > USB Modem (CDC ACM) support
-<*> USB Printer support
-
-<comment>(Followed by the HID section. This is needed if you have an USB based input device.)</comment>
---- USB Human Interface Devices (HID)
-<*> USB Human Interface Device (full HID) support
- [*] HID input layer support
-
-<comment>(If you have a serial to USB converter like the Prolific 2303, you'll need this)</comment>
-USB Serial Converter support --->
- <*> USB Serial Converter support
- <*> USB Prolific 2303 Single Port Serial Driver (NEW)
+<pre caption="Enabling HID support">
+Device Drivers --->
+ [*] HID Devices --->
+ <*> USB Human Interface Device (full HID) support
</pre>
<p>
-Now that the options are set, you can (re)compile the kernel and USB support
-should be functional once you reboot into the new kernel.
+Now that your options are set, you can (re)compile the kernel and USB support
+should be functional once you reboot into the new kernel. You can now proceed
+to <uri link="#postkern">Seeing USB at work</uri> and see if everything is
+working as it should.
</p>
</body>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-06-22 1:13 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-19 20:05 [gentoo-doc-cvs] cvs commit: usb-guide.xml swift
-- strict thread matches above, loose matches on Subject: below --
2008-06-22 1:13 Joshua Saddler
2008-05-19 21:04 Sven Vermeulen
2007-03-13 1:04 Josh Saddler
2006-11-27 0:13 Josh Saddler
2006-08-30 16:18 Josh Saddler
2006-04-04 0:37 Josh Saddler
2006-01-14 4:57 Shyam Mani
2006-01-08 14:21 Lukasz Damentko
2005-08-10 13:09 swift
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox