laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/39446?usp=email )
(
4 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: usb desc: use per-interface dev class instead of CDC ......................................................................
usb desc: use per-interface dev class instead of CDC
Change-Id: I9d4f88b973f0c16d2c1241343d416496b35019a0 --- M sysmoOCTSIM/usb_descriptors.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/sysmoOCTSIM/usb_descriptors.c b/sysmoOCTSIM/usb_descriptors.c index 94a473e..d3084cc 100644 --- a/sysmoOCTSIM/usb_descriptors.c +++ b/sysmoOCTSIM/usb_descriptors.c @@ -31,7 +31,7 @@ .bLength = sizeof(struct usb_dev_desc), .bDescriptorType = USB_DT_DEVICE, .bcdUSB = USB_V2_0, - .bDeviceClass = 0x02, + .bDeviceClass = 0x00, .bDeviceSubClass = 0, .bDeviceProtocol = 0, .bMaxPacketSize0 = CONF_USB_CDCD_ACM_BMAXPKSZ0,