From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 25 Jan 2013 12:16:03 +0100 Subject: [U-Boot] [PATCH 1/4] usb:composite: USB Mass Storage - storage_common.c from Linux kernel In-Reply-To: <000301cdfae5$a6e0d660$f4a28320$%wilczek@samsung.com> References: <1358930549-7595-1-git-send-email-p.wilczek@samsung.com> <201301241332.52697.marex@denx.de> <000301cdfae5$a6e0d660$f4a28320$%wilczek@samsung.com> Message-ID: <201301251216.04122.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Piotr Wilczek, > Dear Marek Vasut, > > > -----Original Message----- > > From: Marek Vasut [mailto:marex at denx.de] > > Sent: Thursday, January 24, 2013 1:33 PM > > To: Piotr Wilczek > > Cc: u-boot at lists.denx.de; Minkyu Kang; Kyungmin Park; Lukasz Majewski; > > Tom Rini; Andrzej Pietrasiewicz > > Subject: Re: [PATCH 1/4] usb:composite: USB Mass Storage - > > storage_common.c from Linux kernel > > > > Dear Piotr Wilczek, > > > > > From: Lukasz Majewski > > > > > > The storage_common.c source file from v2.6.36 Linux kernel. > > > > Is it not possibly to port anything more recent? If not, so be it. > > The reason was to use the simplest and tested version. Nevermind my dumb comment, I took a peek and figured as much as that we're stuck with .36-ish gadget framework. Now, completely unrelated question, but since you're the expert at these things, I'll just fire it at you -- do you think porting serial gadget would be too hard? Apparently the CONFIG_USB_TTY is a junk and with the new gadget drivers, this won't work, thus we need new usb-serial-gadget driver. Best regards, Marek Vasut