CAUTION: musb: Babble Interrupt Occurred
gadget : high-speed config #2: RNDIS
What this two warning means in kernel log file?
CAUTION: musb: Babble Interrupt Occurred
gadget : high-speed config #2: RNDIS
What this two warning means in kernel log file?
Babble Interrupt or Babble Error is the USB system reporting that it has received a USB packet that is incorrectly formed.
Specifically the receipt of data after what should be the end of a USB packet, but there are several ways that a USB
receiving bad data could create this error.
— Graham