diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-12-05 09:32:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-12-05 09:32:04 +0000 |
commit | 5a9fed951a8917ad8cdc96e736608d3ee84042cb (patch) | |
tree | d320eb5abea87eb273d41462df6218ec742b780d /target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c | |
parent | 5dc134c5420579de99dcdbde07882caaac53ec71 (diff) | |
download | mtk-20170518-5a9fed951a8917ad8cdc96e736608d3ee84042cb.zip mtk-20170518-5a9fed951a8917ad8cdc96e736608d3ee84042cb.tar.gz mtk-20170518-5a9fed951a8917ad8cdc96e736608d3ee84042cb.tar.bz2 |
add copyright header to the USB driver's files
SVN-Revision: 9657
Diffstat (limited to 'target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c')
-rw-r--r-- | target/linux/adm5120/files/drivers/usb/host/adm5120-hub.c | 13 |
1 files changed, 8 insertions, 5 deletions
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 d1e7d43..c431b8e 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 <weissg@vienna.at> - * (C) Copyright 2000-2004 David Brownell <dbrownell@users.sourceforge.net> + * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org> * - * This file is licenced under GPL + * This file was derived from: drivers/usb/host/ohci-hub.c + * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> + * (C) Copyright 2000-2004 David Brownell <dbrownell@users.sourceforge.net> + * + * 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) \ |