K 10 svn:author V 5 green K 8 svn:date V 27 2004-10-02T22:33:26.000000Z K 7 svn:log V 499 * When toggling short transfers on a bulk transfer endpoint, cancel and restart the current waiting transfer. If this isn't done, the device's next transfer (that we would like to do a short read on) is going to return an error -- for short transfer. * For bulk transfer endpoints, restore the maximum transfer length each time a transfer is done, or the first short transfer will make all the rest that size or smaller. * Remove impossibilities (malloc(M_WAITOK) == NULL, &var == NULL). END