From owner-freebsd-usb@FreeBSD.ORG Fri Mar 9 18:58:39 2012 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 A55F3106566B for ; Fri, 9 Mar 2012 18:58:39 +0000 (UTC) (envelope-from hartzell@alto.alerce.com) Received: from griffon.alerce.com (griffon.alerce.com [206.125.171.162]) by mx1.freebsd.org (Postfix) with ESMTP id 86CC38FC0C for ; Fri, 9 Mar 2012 18:58:39 +0000 (UTC) Received: from griffon.alerce.com (localhost [127.0.0.1]) by griffon.alerce.com (Postfix) with ESMTP id 075B12842A; Fri, 9 Mar 2012 10:58:33 -0800 (PST) Received: from alto.alerce.com (75-149-38-78-SFBA.hfc.comcastbusiness.net [75.149.38.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by griffon.alerce.com (Postfix) with ESMTPSA id D82CF28428; Fri, 9 Mar 2012 10:58:32 -0800 (PST) Received: by alto.alerce.com (Postfix, from userid 503) id 6F7EE30BABC; Fri, 9 Mar 2012 10:58:32 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20314.21208.391511.628916@gargle.gargle.HOWL> Date: Fri, 9 Mar 2012 10:58:32 -0800 To: Hans Petter Selasky In-Reply-To: <201203080816.55920.hselasky@c2i.net> References: <20310.51557.331624.617177@gargle.gargle.HOWL> <201203080816.55920.hselasky@c2i.net> X-Mailer: VM 8.2.0b under 23.2.1 (x86_64-apple-darwin) X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-usb@freebsd.org Subject: Re: radioSHARK, libusbhid and 'Device not configured' X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2012 18:58:39 -0000 Hans Petter Selasky writes: > On Wednesday 07 March 2012 03:35:17 George Hartzell wrote: > > here: > > > > http://shrimp.alerce.com/radioSHARK/usbconfig-output.txt > > Hi, > > I see that there are two interrupt endpoints on the HID device. By default the > /dev/uhidX will use the control endpoint to transmit the report data. Maybe > that isn't supported. Have you tried sending the protocol data on the > interrupt OUT endpoint? Hi HPS, I don't know how to do that. I've tried /dev/uhid0, which does not work. I've tried /dev/ugen1.2 and I get 'Inappropriate ioctl for device'. Can you give me some hints? g.