[Bug 194633] New: FreeBSD 10.1-RC3 can't detect all available USB devices

2014-10-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194633 Bug ID: 194633 Summary: FreeBSD 10.1-RC3 can't detect all available USB devices Product: Base System Version: 10.1-RC2 Hardware: i386 OS: Any

USB stack driver options for the receive side question

2014-10-27 Thread Nidal Khalil
Hello All, I am setting up usb to transfer 3 frames on the bulk read descriptor but all I get is one frame transferred? Basically aframe = 1 However if I use .short_frames_ok = 1, then the transfer will pend till the three frames are received. This code is part of a network driver I would like to