1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[adm5120] add copyright header to the USB driver's files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9657 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2007-12-05 09:32:04 +00:00
parent 863d4e55d3
commit b4f5ad4506
8 changed files with 63 additions and 47 deletions

View File

@@ -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) \