From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15643 invoked by alias); 18 Oct 2010 16:00:52 -0000 Received: (qmail 15628 invoked by uid 22791); 18 Oct 2010 16:00:51 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Oct 2010 16:00:36 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id EED9D3370002 for ; Mon, 18 Oct 2010 17:00:33 +0100 (BST) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7qmcIEbP2diR; Mon, 18 Oct 2010 17:00:31 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: ecos-bugs@ecos.sourceware.org Subject: [Bug 1000987] USB Mass-storage driver (slave side) X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: john@dallaway.org.uk X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: backlog@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: References: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 18 Oct 2010 16:00:00 -0000 Message-Id: <20101018160031.3E4F42F78019@mail.ecoscentric.com> Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2010/txt/msg00101.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000987 John Dallaway changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |john@dallaway.org.uk --- Comment #3 from John Dallaway 2010-10-18 17:00:29 BST --- -------- Original Message -------- Subject: RE: USB mass storage package (slave side). Date: Mon, 18 Oct 2010 07:13:42 -0700 From: Christophe Coutand To: John Dallaway CC: , "Chris Holgate , "Ilija Stanislevik" Hi John, Bugzilla report was previously created: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000987 I will upload an updated patch. Christophe -----Original Message----- From: John Dallaway [mailto:john@dallaway.org.uk] Sent: 18. oktober 2010 16:08 To: Christophe Coutand Cc: ecos-patches@ecos.sourceware.org; Chris Holgate; Ilija Stanislevik Subject: Re: USB mass storage package (slave side). Hi Christophe Christophe Coutand wrote: > Calling USB endpoint with their devtab entry name ( .e.g. /dev/usbsX ) > was meant to be more user friendly but can be easily changed. I guess > that is the meaning of the new USB API as well. The new API is intended to provide more flexibility for modern USB slave hardware (dynamic endpoint configuration). > Note that the patch is missing a file for some reason > ( usbs_msd_scsi.h ). I can generate a new patch, shall I remove the > dependency towards the endpoint devtab entry? If you have time to remove the dependency on endpoint devtab entries, that would be great. Also, could you raise a new bugzilla report at http://bugs.ecos.sourceware.org for your contribution? It's much easier to track patches and the discussion about them in Bugzilla. To be clear, the new USB API presented at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001024 is not yet formalised, but any future changes required to use the new API should be independent of work to remove the dependency on endpoint devtab entries within your MSD function driver package. Thank you John Dallaway eCos maintainer -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.