lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 30 Jul 2020 03:32:55 -0700
From:   Neil Whelchel <neil@...utomation.biz>
To:     linux-kernel@...r.kernel.org
Subject: [PATCH] CREDITS: Update contact information

Update my email address in driver, documentation, and add to credits.

diff --git a/CREDITS b/CREDITS
index 0787b5872906..65803e878c92 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3957,6 +3957,14 @@ S: 820 4th St. N.
 S: Fargo, North Dakota 58122
 S: USA

+N: Neil Whelchel
+E: neil@...utomation.biz
+W: http://goautomation.biz
+S: Go Automation, LLC
+S: P.O. Box 2082
+S: Joshua Tree, Ca 92252
+S: USA
+
 N: Steven Whitehouse
 E: steve@...gwyn.com
 W: http://www.chygwyn.com/~steve
diff --git a/Documentation/usb/usb-serial.rst b/Documentation/usb/usb-serial.rst
index 8fa7dbd3da9a..f9ebfb1a60a3 100644
--- a/Documentation/usb/usb-serial.rst
+++ b/Documentation/usb/usb-serial.rst
@@ -231,7 +231,7 @@ ZyXEL omni.net lcd plus ISDN TA
 Cypress M8 CY4601 Family Serial Driver
 --------------------------------------

-  This driver was in most part developed by Neil "koyama" Whelchel.  It
+  This driver was in most part developed by Neil Whelchel.  It
   has been improved since that previous form to support dynamic serial
   line settings and improved line handling.  The driver is for the most
   part stable and has been tested on an smp machine. (dual p2)
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c
index ecda82198798..2b1d854645ed 100644
--- a/drivers/usb/serial/cypress_m8.c
+++ b/drivers/usb/serial/cypress_m8.c
@@ -5,7 +5,7 @@
  *     Copyright (C) 2004
  *         Lonnie Mendez (dignome@...il.com)
  *     Copyright (C) 2003,2004
- *         Neil Whelchel (koyama@...stlight.net)
+ *         Neil Whelchel (neil@...utomation.biz)
  *
  * See Documentation/usb/usb-serial.rst for more information on using this
  * driver
@@ -45,7 +45,7 @@ static bool stats;
 static int interval;
 static bool unstable_bauds;

-#define DRIVER_AUTHOR "Lonnie Mendez <dignome@...il.com>, Neil
Whelchel <koyama@...stlight.net>"
+#define DRIVER_AUTHOR "Lonnie Mendez <dignome@...il.com>, Neil
Whelchel <neil@...utomation.biz>"
 #define DRIVER_DESC "Cypress USB to Serial Driver"

 /* write buffer size defines */

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ