소스 검색

core: bump USB spec version in device descriptor to 2.0 (#13078)

Co-authored-by: Ryan <fauxpark@gmail.com>
Michael Stapelberg 4 년 전
부모
커밋
7e4f01f454
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tmk_core/protocol/usb_descriptor.c

+ 1 - 1
tmk_core/protocol/usb_descriptor.c

@@ -351,7 +351,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = {
         .Size                   = sizeof(USB_Descriptor_Device_t),
         .Type                   = DTYPE_Device
     },
-    .USBSpecification           = VERSION_BCD(1, 1, 0),
+    .USBSpecification           = VERSION_BCD(2, 0, 0),
 
 #if VIRTSER_ENABLE
     .Class                      = USB_CSCP_IADDeviceClass,