I’m using configuration in f_acm and f_hid to configure for my USB device to communicate to host. I want to detect when a D- interruption is happened, so far with f_hid is able to detect this one since it will enable USBrst bit in dwc2 while configuration with f_acm does not have any interruption event when D- is disconnected. I observed that even my device can still send data but it did not display that data on my host’s terminal. I want to ask why it has the difference on the same gadget driver? How could I configure for my USB COM can detect D- line interruption as USB HID?