From 92be73b5cdcd505ee2a60ad9ebcddf73863128da Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 1 Jan 2008 14:37:50 +0000 Subject: usb-driver: add preliminary support of ISOCHRONOUS transfer SVN-Revision: 10077 --- target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c') diff --git a/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c b/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c index 5b51ea4ab9..1027e5c8cd 100644 --- a/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c +++ b/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c @@ -1,13 +1,16 @@ /* * ADM5120 HCD (Host Controller Driver) for USB * - * Copyright (C) 2007 Gabor Juhos + * Copyright (C) 2007,2008 Gabor Juhos * * This file was derived from: drivers/usb/host/ohci-dbg.c * (C) Copyright 1999 Roman Weissgaerber * (C) Copyright 2000-2002 David Brownell * - * This file is licenced under the GPL. + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. + * */ /*-------------------------------------------------------------------------*/ -- cgit v1.2.3