diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2021-09-01 15:13:07 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2021-09-01 15:13:07 +0100 |
| commit | 4c41a1c595e1ce3fe29f3b7bb22ff7402be9c77d (patch) | |
| tree | 12a0c4b757d9c84d4fa59824333f8c0066ed9ca4 /hw/usb/quirks-ftdi-ids.h | |
| parent | 9ca9f47fdaf5deaf6f073e0b81de575a6cb73445 (diff) | |
| parent | ae420c957aff2871b8a1af9cf9ee1a7a75b3552b (diff) | |
| download | focaccia-qemu-4c41a1c595e1ce3fe29f3b7bb22ff7402be9c77d.tar.gz focaccia-qemu-4c41a1c595e1ce3fe29f3b7bb22ff7402be9c77d.zip | |
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210901-pull-request' into staging
usb: bugfixes. # gpg: Signature made Wed 01 Sep 2021 07:53:33 BST # gpg: using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full] # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" [full] # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full] # Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138 * remotes/kraxel/tags/usb-20210901-pull-request: hw/usb: Fix typo in comments and print uas: add stream number sanity checks. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/usb/quirks-ftdi-ids.h')
| -rw-r--r-- | hw/usb/quirks-ftdi-ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/usb/quirks-ftdi-ids.h b/hw/usb/quirks-ftdi-ids.h index 01aca55ca7..f3cb157d6f 100644 --- a/hw/usb/quirks-ftdi-ids.h +++ b/hw/usb/quirks-ftdi-ids.h @@ -625,9 +625,9 @@ * Definitions for Icom Inc. devices */ #define ICOM_VID 0x0C26 /* Icom vendor ID */ -/* Note: ID-1 is a communications tranceiver for HAM-radio operators */ +/* Note: ID-1 is a communications transceiver for HAM-radio operators */ #define ICOM_ID_1_PID 0x0004 /* ID-1 USB to RS-232 */ -/* Note: OPC is an Optional cable to connect an Icom Tranceiver */ +/* Note: OPC is an Optional cable to connect an Icom Transceiver */ #define ICOM_OPC_U_UC_PID 0x0018 /* OPC-478UC, OPC-1122U cloning cable */ /* Note: ID-RP* devices are Icom Repeater Devices for HAM-radio */ #define ICOM_ID_RP2C1_PID 0x0009 /* ID-RP2C Asset 1 to RS-232 */ |