From owner-freebsd-usb@FreeBSD.ORG Mon Jun 8 17:50:14 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E08A910656C6 for ; Mon, 8 Jun 2009 17:50:14 +0000 (UTC) (envelope-from jmt@twilley.org) Received: from alpha.twilley.org (alpha.twilley.org [204.152.189.135]) by mx1.freebsd.org (Postfix) with ESMTP id C4DC88FC1A for ; Mon, 8 Jun 2009 17:50:14 +0000 (UTC) (envelope-from jmt@twilley.org) Received: from localhost (localhost [127.0.0.1]) by alpha.twilley.org (Postfix) with ESMTP id ACCF8233822; Mon, 8 Jun 2009 10:50:14 -0700 (PDT) X-Virus-Scanned: amavisd-new at twilley.org Received: from alpha.twilley.org ([127.0.0.1]) by localhost (alpha.twilley.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PMJ17gzg4bb9; Mon, 8 Jun 2009 10:50:12 -0700 (PDT) Received: from [10.202.10.160] (205.158.109.36.ptr.us.xo.net [205.158.109.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by alpha.twilley.org (Postfix) with ESMTPSA id B61CA233819; Mon, 8 Jun 2009 10:50:12 -0700 (PDT) Message-ID: <4A2D4F53.6070706@twilley.org> Date: Mon, 08 Jun 2009 10:50:11 -0700 From: Jack Twilley User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Hans Petter Selasky References: <4A2B29C0.7020709@twilley.org> <164b4c9c0906070648gb7abd54o967c2daebf6e8032@mail.gmail.com> <4A2D476B.20100@twilley.org> <200906081944.12638.hselasky@c2i.net> In-Reply-To: <200906081944.12638.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: How to retrieve iManufacturer/iProduct information from libusb20? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 17:50:15 -0000 Hans Petter Selasky wrote: > On Monday 08 June 2009 19:16:27 Jack Twilley wrote: >> "error: dereferencing pointer to incomplete type" > > Maybe not obvious: > > You need to include: > > #include This was the key. Everything's working now. Thank you both! > > --HPS Jack.