ソースを参照

Better name usb braille device

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>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Samuel Thibault 13 年 前
コミット
2964cd9bfa
1 ファイル変更1 行追加1 行削除
  1. 1 1
      hw/usb/dev-serial.c

+ 1 - 1
hw/usb/dev-serial.c

@@ -113,7 +113,7 @@ enum {
 static const USBDescStrings desc_strings = {
 static const USBDescStrings desc_strings = {
     [STR_MANUFACTURER]    = "QEMU",
     [STR_MANUFACTURER]    = "QEMU",
     [STR_PRODUCT_SERIAL]  = "QEMU USB SERIAL",
     [STR_PRODUCT_SERIAL]  = "QEMU USB SERIAL",
-    [STR_PRODUCT_BRAILLE] = "QEMU USB BRAILLE",
+    [STR_PRODUCT_BRAILLE] = "QEMU USB BAUM BRAILLE",
     [STR_SERIALNUMBER]    = "1",
     [STR_SERIALNUMBER]    = "1",
 };
 };