From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 12 06:30:34 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C23337B401 for ; Thu, 12 Jun 2003 06:30:34 -0700 (PDT) Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6104C43FE0 for ; Thu, 12 Jun 2003 06:30:33 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 06F8CA804; Thu, 12 Jun 2003 23:30:28 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id E2B205430; Thu, 12 Jun 2003 23:30:28 +1000 (EST) Date: Thu, 12 Jun 2003 23:30:28 +1000 (EST) From: Andrew To: ticso@cicely.de In-Reply-To: <20030608150625.GO509@cicely12.cicely.de> Message-ID: <20030612232122.H82617-100000@starbug.ugh.net.au> X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org Subject: Re: ugen example X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 13:30:34 -0000 On Sun, 8 Jun 2003, Bernd Walter wrote: > But there is lot of sample code available. Thanks I'll take a look at that. > You must be doing something wrong - the values are 16bit only. Ooops...quite right. My mistake. > If you have no /dev/ugen?.? then the device has no other endpoints in > its current configuration. > The usbctl tool mentioned above is good to check devices about their > capabilities. usbctl reports quite a few end points so clearly something else is amiss. I'll have a play and see what I come up with. Do these devices just appear automatically thanks to devfs? Thanks, Andrew