diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-08-23 08:53:26 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-08-31 19:47:43 +0200 |
| commit | 2a8537cfbcf3d0a14e88c5bb42a43a6c8ed5955e (patch) | |
| tree | 5d0fe4d8f30962a68f0d5b356dec5a7bf0337f37 /hw/usb/quirks.h | |
| parent | b8d099825bb17328ac2823fd444177fa81aa1f10 (diff) | |
| download | focaccia-qemu-2a8537cfbcf3d0a14e88c5bb42a43a6c8ed5955e.tar.gz focaccia-qemu-2a8537cfbcf3d0a14e88c5bb42a43a6c8ed5955e.zip | |
hw/usb: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230823065335.1919380-14-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/usb/quirks.h')
| -rw-r--r-- | hw/usb/quirks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/quirks.h b/hw/usb/quirks.h index c3e595f40b..94b2c95341 100644 --- a/hw/usb/quirks.h +++ b/hw/usb/quirks.h @@ -67,7 +67,7 @@ static const struct usb_device_id usbredir_raw_serial_ids[] = { { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */ { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */ { USB_DEVICE(0x10C4, 0x8044) }, /* Cygnal Debug Adapter */ - { USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */ + { USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME built-in converter */ { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */ { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */ { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */ |