K 10 svn:author V 7 iedowse K 8 svn:date V 27 2006-05-28T23:37:04.000000Z K 7 svn:log V 404 If a zero-length bulk or interrupt transfer is requested then assume USBD_FORCE_SHORT_XFER to ensure that we actually build and execute a transfer. This means that the various alloc_sqtd_chain functions will always construct a transfer, so it is safe to modify the allocated descriptors on return. Previously there were cases where a zero length transfer would cause a NULL dereference. Reported by: bp END