We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6198d5f commit 364d79aCopy full SHA for 364d79a
1 file changed
firmware/src/usb_descriptors.c
@@ -79,8 +79,8 @@ static const USB_DEVICE_DESCRIPTOR g_device_descriptor = {
79
0x12, // Size of this descriptor in bytes
80
USB_DESCRIPTOR_DEVICE, // DEVICE descriptor type
81
0x0200, // USB Spec Release Number in BCD format
82
- // Since we use an Interface Association, we need to set the class, subclass and
83
- // protocol according to:
+ // Since we use an Interface Association, we need to set the class, subclass
+ // and protocol according to:
84
// https://msdn.microsoft.com/en-us/library/windows/hardware/ff540054(v=vs.85).aspx
85
0xef, // Class Code
86
0x02, // Subclass code
0 commit comments