* [Qemu-devel] [PATCH] Better name usb braille device
@ 2012-08-23 7:59 Samuel Thibault
2012-08-24 5:41 ` Gerd Hoffmann
0 siblings, 1 reply; 2+ messages in thread
From: Samuel Thibault @ 2012-08-23 7:59 UTC (permalink / raw)
To: qemu-devel
Windows users need to know that they have to use the Baum driver to make
the qemu braille device work.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
diff --git a/hw/usb/dev-serial.c b/hw/usb/dev-serial.c
index 56743ee..20d60ba 100644
--- a/hw/usb/dev-serial.c
+++ b/hw/usb/dev-serial.c
@@ -113,7 +113,7 @@ enum {
static const USBDescStrings desc_strings = {
[STR_MANUFACTURER] = "QEMU " QEMU_VERSION,
[STR_PRODUCT_SERIAL] = "QEMU USB SERIAL",
- [STR_PRODUCT_BRAILLE] = "QEMU USB BRAILLE",
+ [STR_PRODUCT_BRAILLE] = "QEMU USB BAUM BRAILLE",
[STR_SERIALNUMBER] = "1",
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-24 5:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 7:59 [Qemu-devel] [PATCH] Better name usb braille device Samuel Thibault
2012-08-24 5:41 ` Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).