mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 16:01:03 +08:00
09f09daeab
drivers/usbdev/rndis: after client send notication, host can't read msg timely rndis use intr ep to notify host to read RNDIS message from client, it should read all the messages cached. Need notify host to read again if there is msg left. Signed-off-by: Jerry Ma <shichunma@bestechnic.com>