diff mbox

qemu-doc.texi: Add usb sound card info

Message ID 8BD28A9A-CEF0-4334-9469-1857CEC14F72@gmail.com
State New
Headers show

Commit Message

Programmingkid Aug. 5, 2015, 2:49 p.m. UTC
Add info on usb sound card to qemu documentation. 

Note: please update the documentation here: 
http://qemu.weilnetz.de/qemu-doc.html

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>

---
 qemu-doc.texi |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Comments

Markus Armbruster Aug. 6, 2015, 6:56 a.m. UTC | #1
Programmingkid <programmingkidx@gmail.com> writes:

> Add info on usb sound card to qemu documentation. 
>
> Note: please update the documentation here: 
> http://qemu.weilnetz.de/qemu-doc.html

Since this is not of permanent interest, it belongs...

> Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
>
> ---

... here.

>  qemu-doc.texi |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 0125bc7..05237a4 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -1328,7 +1328,8 @@ as necessary to connect multiple USB devices.
>  @subsection Connecting USB devices
>  
>  USB devices can be connected with the @option{-usbdevice} commandline option
> -or the @code{usb_add} monitor command.  Available devices are:
> +or the @code{usb_add} monitor command. Note: some devices may only work if
> +added like this: -usb -device <usb device>. Available devices are:
>  
>  @table @code
>  @item mouse
> @@ -1381,6 +1382,8 @@ usage:
>  @example
>  qemu-system-i386 [...OPTIONS...] -usbdevice bt:hci,vlan=3 -bt
> device:keyboard,vlan=3
>  @end example
> +@item usb-audio
> +USB sound card. Can only be used if added thru the command-line like

s/thru/through/ for consistency with the rest of the manual.

> this: -usb -device usb-audio
>  @end table
>  
>  @node host_usb_devices

Patch arrived mangled, git-am chokes.  Please resend.
diff mbox

Patch

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 0125bc7..05237a4 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1328,7 +1328,8 @@  as necessary to connect multiple USB devices.
 @subsection Connecting USB devices
 
 USB devices can be connected with the @option{-usbdevice} commandline option
-or the @code{usb_add} monitor command.  Available devices are:
+or the @code{usb_add} monitor command. Note: some devices may only work if
+added like this: -usb -device <usb device>. Available devices are:
 
 @table @code
 @item mouse
@@ -1381,6 +1382,8 @@  usage:
 @example
 qemu-system-i386 [...OPTIONS...] -usbdevice bt:hci,vlan=3 -bt device:keyboard,vlan=3
 @end example
+@item usb-audio
+USB sound card. Can only be used if added thru the command-line like this: -usb -device usb-audio
 @end table
 
 @node host_usb_devices