CVSROOT: /cvs Module name: src Changes by: dam...@cvs.openbsd.org 2009/03/14 09:53:23
Modified files: sys/dev/usb : if_run.c if_runvar.h Log message: some devices like the Planex GW-US300MiniS seem to have only 4 Tx bulk endpoints instead of 6 (4 EDCAs + HCCA + Prio). since we do not use the last two endpoints anyway, only check that we have at least found 4 Tx bulk endpoints. from FUKAUMI Naoki.