Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2009 09:13:08 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Subject:   Re: Failing controls transfers in VMware
Message-ID:  <200907010913.08747.hselasky@c2i.net>
In-Reply-To: <4A4A7183.2060700@nurfuerspam.de>
References:  <4A4A5D7E.70708@nurfuerspam.de> <4A4A7183.2060700@nurfuerspam.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 30 June 2009 22:11:47 Markus Dolze wrote:
> Markus Dolze wrote:
> > To repeat run the attached program:
> >
> >    1. Fill in some vendor / product ID of a device detected as ugen
> > device 2. Compile and run the code (devel/libusb must be installed).
> >

You should use this function when reading strings:

int     usb_get_string_simple(usb_dev_handle * dev, int index, char *buf, 
size_t buflen);

--HPS





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907010913.08747.hselasky>