All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] qemu-doc.texi: Add usb sound card info
@ 2015-08-06 13:10 Programmingkid
  2015-08-08  6:04 ` Markus Armbruster
  0 siblings, 1 reply; 10+ messages in thread
From: Programmingkid @ 2015-08-06 13:10 UTC (permalink / raw)
  To: Markus Armbruster, John Snow; +Cc: qemu-devel qemu-devel

Add info on usb sound card to qemu documentation.

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

---
Changed 'thru' to 'through'

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

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 0125bc7..9a8f353 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 through the command-line like this: -usb -device usb-audio
 @end table
 
 @node host_usb_devices
-- 
1.7.5.4

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

end of thread, other threads:[~2015-08-25 14:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 13:10 [Qemu-devel] [PATCH v2] qemu-doc.texi: Add usb sound card info Programmingkid
2015-08-08  6:04 ` Markus Armbruster
2015-08-08 12:48   ` Programmingkid
2015-08-17 22:03     ` [Qemu-devel] qemu-doc.texi: Improve USB documentation... and maybe even QEMU also Programmingkid
2015-08-24  9:45       ` Markus Armbruster
2015-08-24 13:00         ` Programmingkid
2015-08-24 16:38           ` Markus Armbruster
2015-08-24 17:26             ` Programmingkid
2015-08-25  7:43               ` Markus Armbruster
2015-08-25 14:34                 ` Programmingkid

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.