summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-12-05 09:32:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-12-05 09:32:04 +0000
commit5a9fed951a8917ad8cdc96e736608d3ee84042cb (patch)
treed320eb5abea87eb273d41462df6218ec742b780d /target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c
parent5dc134c5420579de99dcdbde07882caaac53ec71 (diff)
downloadmaster-31e0f0ae-5a9fed951a8917ad8cdc96e736608d3ee84042cb.tar.gz
master-31e0f0ae-5a9fed951a8917ad8cdc96e736608d3ee84042cb.tar.bz2
master-31e0f0ae-5a9fed951a8917ad8cdc96e736608d3ee84042cb.zip
add copyright header to the USB driver's files
SVN-Revision: 9657
Diffstat (limited to 'target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c')
-rw-r--r--target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c10
1 files changed, 6 insertions, 4 deletions
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 4c814e8b45..5b51ea4ab9 100644
--- a/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c
+++ b/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c
@@ -1,8 +1,11 @@
/*
- * OHCI HCD (Host Controller Driver) for USB.
+ * ADM5120 HCD (Host Controller Driver) for USB
*
- * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
- * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net>
+ * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
+ *
+ * This file was derived from: drivers/usb/host/ohci-dbg.c
+ * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
+ * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net>
*
* This file is licenced under the GPL.
*/
@@ -676,4 +679,3 @@ static inline void remove_debug_files (struct admhcd *ahcd)
#endif
/*-------------------------------------------------------------------------*/
-