diff options
author | Ćukasz Majewski <l.majewski@samsung.com> | 2013-07-05 11:40:47 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-07-10 20:18:57 +0200 |
commit | 81c065d2a0fafe137078e4575d1e6a9d8f90ba3b (patch) | |
tree | 75f350b8d948a7c68d65d789039492de878ffbfa /drivers | |
parent | 225fd8c5d4556547896a5d32ee092a258f3df638 (diff) | |
download | u-boot-81c065d2a0fafe137078e4575d1e6a9d8f90ba3b.zip u-boot-81c065d2a0fafe137078e4575d1e6a9d8f90ba3b.tar.gz u-boot-81c065d2a0fafe137078e4575d1e6a9d8f90ba3b.tar.bz2 |
dfu: Update DFU's authorship history
The DFU's state machine original implementation author and copyright were
missing.
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/gadget/f_dfu.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/gadget/f_dfu.c b/drivers/usb/gadget/f_dfu.c index e3fa0e3..d7ae0c0 100644 --- a/drivers/usb/gadget/f_dfu.c +++ b/drivers/usb/gadget/f_dfu.c @@ -5,6 +5,13 @@ * authors: Andrzej Pietrasiewicz <andrzej.p@samsung.com> * Lukasz Majewski <l.majewski@samsung.com> * + * Based on OpenMoko u-boot: drivers/usb/usbdfu.c + * (C) 2007 by OpenMoko, Inc. + * Author: Harald Welte <laforge@openmoko.org> + * + * based on existing SAM7DFU code from OpenPCD: + * (C) Copyright 2006 by Harald Welte <hwelte at hmw-consulting.de> + * * 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 |