From 5a9fed951a8917ad8cdc96e736608d3ee84042cb Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 5 Dec 2007 09:32:04 +0000 Subject: add copyright header to the USB driver's files SVN-Revision: 9657 --- target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c') diff --git a/target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c b/target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c index d1e7d43a4f..c431b8e1c6 100644 --- a/target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c +++ b/target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c @@ -1,16 +1,19 @@ /* - * OHCI HCD (Host Controller Driver) for USB. + * ADM5120 HCD (Host Controller Driver) for USB * - * (C) Copyright 1999 Roman Weissgaerber - * (C) Copyright 2000-2004 David Brownell + * Copyright (C) 2007 Gabor Juhos * - * This file is licenced under GPL + * This file was derived from: drivers/usb/host/ohci-hub.c + * (C) Copyright 1999 Roman Weissgaerber + * (C) Copyright 2000-2004 David Brownell + * + * This file is licenced under the GPL. */ /*-------------------------------------------------------------------------*/ /* - * OHCI Root Hub ... the nonsharable stuff + * ADM5120 Root Hub ... the nonsharable stuff */ #define dbg_port(hc,label,num,value) \ -- cgit v1.2.3