From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4azz-0003IG-TO for qemu-devel@nongnu.org; Thu, 23 Aug 2012 13:15:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4azu-0002z8-7Q for qemu-devel@nongnu.org; Thu, 23 Aug 2012 13:15:15 -0400 Received: from solo.fdn.fr ([80.67.169.19]:57207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4azu-0002fV-1M for qemu-devel@nongnu.org; Thu, 23 Aug 2012 13:15:10 -0400 Received: from type.ipv6 (youpi.is-a-geek.org [80.67.176.89]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by solo.fdn.fr (Postfix) with ESMTPS id 0C629450B7 for ; Thu, 23 Aug 2012 19:14:58 +0200 (CEST) Received: from samy by type.ipv6 with local (Exim 4.80) (envelope-from ) id 1T4SK7-0005T1-Va for qemu-devel@nongnu.org; Thu, 23 Aug 2012 09:59:27 +0200 Date: Thu, 23 Aug 2012 09:59:27 +0200 From: Samuel Thibault Message-ID: <20120823075927.GA20976@type> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] Better name usb braille device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 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", };