From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18674 invoked by alias); 1 May 2008 10:04:15 -0000 Received: (qmail 18665 invoked by uid 22791); 1 May 2008 10:04:14 -0000 X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 May 2008 10:03:56 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1JrVdp-0004tV-00; Thu, 01 May 2008 12:03:53 +0200 Date: Thu, 01 May 2008 10:04:00 -0000 From: Andrew Lunn To: Michelle Konzack Cc: eCos Discuss Subject: Re: "usbhid-ups" programing problem... Message-ID: <20080501100353.GK9097@lunn.ch> References: <20080429181922.GG2044@freenet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080429181922.GG2044@freenet.de> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2008-05/txt/msg00000.txt.bz2 On Tue, Apr 29, 2008 at 08:19:22PM +0200, Michelle Konzack wrote: > Hello, > > after reading tonns of documentations I am puzzeling arround HOW > to implement the "usbhid-ups" in my Hardware... Can anyone point > me into the right direction or to documents (with examples) how > to code such stuff? eCos is rather lacking in USB examples. Nobody contributes back there USB class drivers. What you can look at is the USB Ethernet code in packages/io/usb/eth and the usb test programs in io/usb/slave/current/tests. These show have the basic USB interface words. Andrew