From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Fri, 05 Jul 2013 11:23:39 +0200 Subject: [U-Boot] [PATCH] dfu: Update DFU's authorship history In-Reply-To: <20130705104218.4ecda1ae@amdc308.digital.local> References: <20130705104218.4ecda1ae@amdc308.digital.local> Message-ID: <1373016219-10872-1-git-send-email-l.majewski@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The DFU's state machine original implementation author and copyright were missing. Signed-off-by: Lukasz Majewski --- drivers/usb/gadget/f_dfu.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/usb/gadget/f_dfu.c b/drivers/usb/gadget/f_dfu.c index e3fa0e3..6adf15c 100644 --- a/drivers/usb/gadget/f_dfu.c +++ b/drivers/usb/gadget/f_dfu.c @@ -5,6 +5,10 @@ * authors: Andrzej Pietrasiewicz * Lukasz Majewski * + * Based on OpenMoko u-boot: drivers/usb/usbdfu.c + * (C) 2007 by OpenMoko, Inc. + * Author: Harald Welte + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or -- 1.7.10.4