CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/03/26 14:17:27
Modified files:
sys/dev/usb : if_run.c if_runvar.h
Log message:
remove useless code to force an empty transfer in case the length
is a multiple of wMaxPacketSize, since this is exactly what the
USBD_FORCE_SHORT_XFER flag does for us.
