diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-12-16 18:19:58 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-12-16 18:19:58 +0000 |
commit | 440f32dd3d957245331d004cd1c9e72928aadaef (patch) | |
tree | bd9080fe9f76acad0ccc53bc4f9e33295bf47b71 /sys/dev | |
parent | 37fee584bf6d9ab298f10895f0a3026cb154cb01 (diff) |
Add comment.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/if_upgt.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/if_upgt.c b/sys/dev/usb/if_upgt.c index eb498ac0c8e..436bd33b402 100644 --- a/sys/dev/usb/if_upgt.c +++ b/sys/dev/usb/if_upgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_upgt.c,v 1.1 2007/12/16 09:05:53 mglocker Exp $ */ +/* $OpenBSD: if_upgt.c,v 1.2 2007/12/16 18:19:57 mglocker Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -63,6 +63,10 @@ * Driver for the USB PrismGT devices. * * For now just USB 2.0 devices with the GW3887 chipset are supported. + * + * Parts of this driver has been influenced by reading the p54u driver + * written by Jean-Baptiste Note <jean-baptiste.note@m4x.org> and + * Sebastien Bourdeauducq <lekernel@prism54.org>. */ #ifdef UPGT_DEBUG |