diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-10 11:00:40 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-01-10 11:00:40 -0800 |
| commit | 3dd59c3d5fa59f5bea3acc8e55c4d4a5091e66eb (patch) | |
| tree | 2f88dec06349002ce2406046ab260a7429a21b3d /tools | |
| parent | b5e40f52c2b1c2890c866d7305e0e99b4811b7f5 (diff) | |
Polish thanks to Dan's feedback
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gen_usb_descriptor.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gen_usb_descriptor.py b/tools/gen_usb_descriptor.py index e8d66443d..10bbf5066 100644 --- a/tools/gen_usb_descriptor.py +++ b/tools/gen_usb_descriptor.py @@ -274,6 +274,8 @@ descriptor_list = [] descriptor_list.append(cdc_iad) descriptor_list.extend(cdc_interfaces) descriptor_list.extend(msc_interfaces) +# Only add the control interface because other audio interfaces are managed by it to ensure the +# correct ordering. descriptor_list.append(audio_control_interface) # Put the CDC IAD just before the CDC interfaces. # There appears to be a bug in the Windows composite USB driver that requests the |
