Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: cypress_cy7c63: updated contact/usage information

here's a minor update to the cypress_cy7c63 driver
providing new contact and usage information.


From: Oliver Bock <bock@tfh-berlin.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


authored by

Oliver Bock and committed by
Greg Kroah-Hartman
d09d6a35 25a010c8

+5 -2
+5 -2
drivers/usb/misc/cypress_cy7c63.c
··· 1 1 /* 2 2 * cypress_cy7c63.c 3 3 * 4 - * Copyright (c) 2006 Oliver Bock (o.bock@fh-wolfenbuettel.de) 4 + * Copyright (c) 2006-2007 Oliver Bock (bock@tfh-berlin.de) 5 5 * 6 6 * This driver is based on the Cypress USB Driver by Marcus Maul 7 7 * (cyport) and the 2.0 version of Greg Kroah-Hartman's ··· 21 21 * Supported functions: Read/Write Ports 22 22 * 23 23 * 24 + * For up-to-date information please visit: 25 + * http://www.obock.de/kernel/cypress 26 + * 24 27 * This program is free software; you can redistribute it and/or 25 28 * modify it under the terms of the GNU General Public License as 26 29 * published by the Free Software Foundation, version 2. ··· 34 31 #include <linux/kernel.h> 35 32 #include <linux/usb.h> 36 33 37 - #define DRIVER_AUTHOR "Oliver Bock (o.bock@fh-wolfenbuettel.de)" 34 + #define DRIVER_AUTHOR "Oliver Bock (bock@tfh-berlin.de)" 38 35 #define DRIVER_DESC "Cypress CY7C63xxx USB driver" 39 36 40 37 #define CYPRESS_VENDOR_ID 0xa2c