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
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
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