Re: USB generic driver problems

2004-05-19 Thread Trevor Blackwell
I'm also trying to make the Labjack work on FreeBSD 4.9. I haven't solved the problem, but I at least know why you're getting a "device not configured" error when writing to the USB endpoint. The ugen driver finds that: (sce->edesc->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT but only allows a

Re: USB generic driver problems

2004-05-19 Thread Chris
On Wed, 19 May 2004, Trevor Blackwell wrote: > > I'm also trying to make the Labjack work on FreeBSD 4.9. I haven't > solved the problem, but I at least know why you're getting a "device not > configured" error when writing to the USB endpoint. The ugen driver > finds that: > > (sce->edesc->bmA