All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] docs/usb2.txt: ehci has six ports
@ 2018-08-01 12:24 npes87184
  2018-08-21  8:25 ` Gerd Hoffmann
  0 siblings, 1 reply; 2+ messages in thread
From: npes87184 @ 2018-08-01 12:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: kraxel, npes87184

In commit 5cc194caeb019cf1dae7f74ccbdf0401a56c2ac6,
the number of ehci ports is corrected to six. Fix docs
related to it.

Signed-off-by: npes87184 <npes87184@gmail.com>
---
 docs/usb2.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usb2.txt b/docs/usb2.txt
index f63c8d9465..172614d3a7 100644
--- a/docs/usb2.txt
+++ b/docs/usb2.txt
@@ -94,8 +94,8 @@ physical port addressing
 
 First you can (for all USB devices) specify the physical port where
 the device will show up in the guest.  This can be done using the
-"port" property.  UHCI has two root ports (1,2).  EHCI has four root
-ports (1-4), the emulated (1.1) USB hub has eight ports.
+"port" property.  UHCI has two root ports (1,2).  EHCI has six root
+ports (1-6), the emulated (1.1) USB hub has eight ports.
 
 Plugging a tablet into UHCI port 1 works like this:
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] docs/usb2.txt: ehci has six ports
  2018-08-01 12:24 [Qemu-devel] [PATCH] docs/usb2.txt: ehci has six ports npes87184
@ 2018-08-21  8:25 ` Gerd Hoffmann
  0 siblings, 0 replies; 2+ messages in thread
From: Gerd Hoffmann @ 2018-08-21  8:25 UTC (permalink / raw)
  To: npes87184; +Cc: qemu-devel

On Wed, Aug 01, 2018 at 08:24:10PM +0800, npes87184 wrote:
> In commit 5cc194caeb019cf1dae7f74ccbdf0401a56c2ac6,
> the number of ehci ports is corrected to six. Fix docs
> related to it.

Added to usb queue.

> Signed-off-by: npes87184 <npes87184@gmail.com>

Please use your real name here next time.

Try 'git config --global user.name "Your Name"' and git will do it
automatically for you.

cheers,
  Gerd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-21  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 12:24 [Qemu-devel] [PATCH] docs/usb2.txt: ehci has six ports npes87184
2018-08-21  8:25 ` Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.