Re: Expending on usbdevs

2015-04-08 Thread Mario St-Gelais
On Wed, Apr 08, 2015 at 04:17:12PM +0200, ludovic coues wrote: >2015-04-08 3:09 GMT+02:00 Mario St-Gelais: >> On Mon, Apr 06, 2015 at 07:39:35PM -0700, Philip Guenther wrote: >>>On Mon, Apr 6, 2015 at 3:59 PM, Mario St-Gelais wrote: I have been playing around trying to come up with something t

Re: Expending on usbdevs

2015-04-08 Thread Mario St-Gelais
On Wed, Apr 08, 2015 at 11:45:09AM +0200, Martin Pieuchot wrote: >On 07/04/15(Tue) 21:09, Mario St-Gelais wrote: >> [...] >> Not quite sur what that udf_data is supposed to contain, I have some more >> homework to do. > >You can have a look at the libusb sources, they make use of these ioctls. >

Re: Expending on usbdevs

2015-04-08 Thread ludovic coues
2015-04-08 3:09 GMT+02:00 Mario St-Gelais : > On Mon, Apr 06, 2015 at 07:39:35PM -0700, Philip Guenther wrote: >>On Mon, Apr 6, 2015 at 3:59 PM, Mario St-Gelais >>wrote: >>> I have been playing around trying to come up with something that kind of >>> have >>> the verbosity of lsusb but use OpenB

Re: Expending on usbdevs

2015-04-08 Thread Martin Pieuchot
On 07/04/15(Tue) 21:09, Mario St-Gelais wrote: > [...] > Not quite sur what that udf_data is supposed to contain, I have some more > homework to do. You can have a look at the libusb sources, they make use of these ioctls.

Re: Expending on usbdevs

2015-04-07 Thread Mario St-Gelais
On Mon, Apr 06, 2015 at 07:39:35PM -0700, Philip Guenther wrote: >On Mon, Apr 6, 2015 at 3:59 PM, Mario St-Gelais wrote: >> I have been playing around trying to come up with something that kind of have >> the verbosity of lsusb but use OpenBSD's #include and avoid >> all of libusb stuff. >> >> I

Re: Expending on usbdevs

2015-04-06 Thread Philip Guenther
On Mon, Apr 6, 2015 at 3:59 PM, Mario St-Gelais wrote: > I have been playing around trying to come up with something that kind of have > the verbosity of lsusb but use OpenBSD's #include and avoid > all of libusb stuff. > > I hit a wall when I try to use USB_DEVICE_GET_FDESC : ... > So basically

Expending on usbdevs

2015-04-06 Thread Mario St-Gelais
Hi list. I am wondering if someone could shed some light on what I am trying to do. I have been playing around trying to come up with something that kind of have the verbosity of lsusb but use OpenBSD's #include and avoid all of libusb stuff. I hit a wall when I try to use USB_DEVICE_GET_FDESC