From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6910 invoked by alias); 1 May 2008 18:24:34 -0000 Received: (qmail 6902 invoked by uid 22791); 1 May 2008 18:24:33 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,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 18:24:16 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1JrdRz-0005i7-00; Thu, 01 May 2008 20:24:11 +0200 Date: Thu, 01 May 2008 18:24:00 -0000 From: Andrew Lunn To: Frank Pagliughi Cc: eCos Devel Subject: Re: "usbhid-ups" programing problem... Message-ID: <20080501182411.GG14773@lunn.ch> References: <20080429181922.GG2044@freenet.de> <20080501100353.GK9097@lunn.ch> <4819DEFF.2040007@mindspring.com> <20080501155138.GA14773@lunn.ch> <4819FC43.5000905@mindspring.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4819FC43.5000905@mindspring.com> 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/msg00006.txt.bz2 > Most of the recent chips that I've seen appear to have a control > endpoint and some number of fairly generic endpoints. Combining the > usbs_rx_endpoint and usbs_tx_endpoint into a single thing > (usbs_endpoint), adding an endpoint number and direction, and things > like that would be helpful. I could make a list. The AT91 USB driver already does that to some extent. > Many of the ideas could break the existing USBS drivers. Would this be OK? Sorry, no. However you can add a new USB package parallel to the existing one. That is the nice thing about the package system. > A common code base for USB drivers might be really helpful. I could do > this work, but would it be accepted? Sure, so long as the assignment is in place so we can accept it. Andrew