]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/rndis.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / drivers / usb / gadget / rndis.h
index 73a1204a0310807f6072d38aac78089baf1556cf..d9e3a75287220a0f18e02cfff94d6b044c694c3a 100644 (file)
 
 #include "ndis.h"
 
+/*
+ * By default rndis_signal_disconnect does not send status message about
+ * RNDIS disconnection to USB host (indicated as cable disconnected).
+ * Define RNDIS_COMPLETE_SIGNAL_DISCONNECT to send it.
+ * However, this will cause 1 sec delay on Ethernet device halt.
+ * Usually you do not need to define it. Mostly usable for debugging.
+ */
+
 #define RNDIS_MAXIMUM_FRAME_SIZE       1518
 #define RNDIS_MAX_TOTAL_SIZE           1558