USB Question: unable to open /dev/ugen0 more than once
From: Michael E. Mercer (mmercer_at_nc.rr.com)
Date: 11/24/03
- Previous message: Matthew Dillon: "Minor bug in kern_sysctl.c on stable"
- Next in thread: Bernd Walter: "Re: USB Question: unable to open /dev/ugen0 more than once"
- Reply: Bernd Walter: "Re: USB Question: unable to open /dev/ugen0 more than once"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-hackers@freebsd.org Date: Sun, 23 Nov 2003 20:50:45 -0500
Hello peoples,
I posted this to questions with no reply, I was hoping
someone here may be able to give some insight.
Question: Should I be able to open /dev/ugen0 more than once?
I am using FreeBSD 4.9-Stable, libusb-0.1.7.
>From reading the libusb docs, you must open the device for each
interface you want to acquire. However, once it is opened once, it can't
be opened again.
Furthermore, calls to usb_find_devices() shows that /dev/ugen0 has
disappeared. Investigation on how they(libusb) finds devices, shows they
are trying to open the device read only... this is where it tries to
open it the second time. This second try fails and therefore libusb
thinks the device was removed.
Question: Is this the correct behavior?
Any help/insight would be greatly appreciated.
Michael E Mercer
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Matthew Dillon: "Minor bug in kern_sysctl.c on stable"
- Next in thread: Bernd Walter: "Re: USB Question: unable to open /dev/ugen0 more than once"
- Reply: Bernd Walter: "Re: USB Question: unable to open /dev/ugen0 more than once"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|