From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 636 invoked by alias); 4 May 2006 13:11:40 -0000 Received: (qmail 621 invoked by uid 22791); 4 May 2006 13:11:39 -0000 X-Spam-Check-By: sourceware.org Received: from bonn.shuttle.de (HELO bonn.shuttle.de) (194.95.249.247) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 04 May 2006 13:11:31 +0000 Received: by bonn.shuttle.de (Postfix, from userid 10) id 211EB6C9B6; Thu, 4 May 2006 15:11:10 +0200 (CEST) Received: from nullnullsix (nullnullsix.mikrom.local [192.168.0.32]) by mikrom.de (Postfix) with SMTP id 263308CC3F for ; Thu, 4 May 2006 15:10:17 +0200 (CEST) Message-ID: <007e01c66f7c$16c7d2a0$8262fea9@nullnullsix> From: "Stefan Sommerfeld" To: References: Date: Thu, 04 May 2006 13:11:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] USB MSD stack X-SW-Source: 2006-05/txt/msg00014.txt.bz2 Hi Patrick, > Hi troops! > I'm about to write a very simple MSD (Mass Storage Device) stack for our > eCos application. From what I've seen so far (based on about 15 minutes > of > investigation), it would appear that MSD is fairly simple -- use bulk > transfers to exchange command and data packets between the host and the > device. Of course, as they say, the devil will be in the details (and > some > of those details will include debugging my device driver). > > So, being one of the laziest programmers on the face of the earth, I > figured > I would ask if anybody else has done this already. Any takers? > > And as long as I've got your attention, how about HID? Any samples? > I don't know if somebody does this already for eCos, but if you like to make such a driver, I suggest looking at the PS2 USB stack. It's fairly simple, has an easy interface, there's also a mass storage driver available and it doesn't use GPL. Check out www.ps2dev.org. Bye... -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss