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

USB generic driver problems

2004-03-16 Thread admin2
Repost... As a followup, I modified the /usr/src/sys/dev/usb/ugen.c source to provide some additional debugging output in the ugen_set_config() function (relevant code at bottom). This is the code responsible for creating the device structure for the USB device endpoints after retrieving the endp