diff options
Diffstat (limited to 'drivers/usb/misc/cypress_cy7c63.c')
-rw-r--r-- | drivers/usb/misc/cypress_cy7c63.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/usb/misc/cypress_cy7c63.c b/drivers/usb/misc/cypress_cy7c63.c index d721380b242d..937940404b7a 100644 --- a/drivers/usb/misc/cypress_cy7c63.c +++ b/drivers/usb/misc/cypress_cy7c63.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * cypress_cy7c63.c | 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 | * This driver is based on the Cypress USB Driver by Marcus Maul | 6 | * This driver is based on the Cypress USB Driver by Marcus Maul |
7 | * (cyport) and the 2.0 version of Greg Kroah-Hartman's | 7 | * (cyport) and the 2.0 version of Greg Kroah-Hartman's |
@@ -21,6 +21,9 @@ | |||
21 | * Supported functions: Read/Write Ports | 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 | * This program is free software; you can redistribute it and/or | 27 | * This program is free software; you can redistribute it and/or |
25 | * modify it under the terms of the GNU General Public License as | 28 | * modify it under the terms of the GNU General Public License as |
26 | * published by the Free Software Foundation, version 2. | 29 | * published by the Free Software Foundation, version 2. |
@@ -31,7 +34,7 @@ | |||
31 | #include <linux/kernel.h> | 34 | #include <linux/kernel.h> |
32 | #include <linux/usb.h> | 35 | #include <linux/usb.h> |
33 | 36 | ||
34 | #define DRIVER_AUTHOR "Oliver Bock (o.bock@fh-wolfenbuettel.de)" | 37 | #define DRIVER_AUTHOR "Oliver Bock (bock@tfh-berlin.de)" |
35 | #define DRIVER_DESC "Cypress CY7C63xxx USB driver" | 38 | #define DRIVER_DESC "Cypress CY7C63xxx USB driver" |
36 | 39 | ||
37 | #define CYPRESS_VENDOR_ID 0xa2c | 40 | #define CYPRESS_VENDOR_ID 0xa2c |