[PATCH 36/36] usb: serial: ti_usb_3410_5052: Add myself as an author

From: Mathieu OTHACEHE
Date: Thu May 12 2016 - 04:51:51 EST


Add myself in the copyright section and as an author of the driver.

Signed-off-by: Mathieu OTHACEHE <m.othacehe@xxxxxxxxx>
---
drivers/usb/serial/ti_usb_3410_5052.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c
index 95bdcca..90f80b6 100644
--- a/drivers/usb/serial/ti_usb_3410_5052.c
+++ b/drivers/usb/serial/ti_usb_3410_5052.c
@@ -1,6 +1,7 @@
/*
* TI 3410/5052 USB Serial Driver
*
+ * Copyright (C) 2016 Mathieu Othacehe <m.othacehe@xxxxxxxxx>
* Copyright (C) 2004 Texas Instruments
*
* This driver is based on the Linux io_ti driver, which is
@@ -256,7 +257,7 @@ struct ti_firmware_header {
#define TI_UART_OFFSET_LCR 0x0002 /* UART MCR register offset */
#define TI_UART_OFFSET_MCR 0x0004 /* UART MCR register offset */

-#define TI_DRIVER_AUTHOR "Al Borchers <alborchers@xxxxxxxxxxxxxxxx>"
+#define TI_DRIVER_AUTHOR "Al Borchers <alborchers@xxxxxxxxxxxxxxxx>, Mathieu OTHACEHE <m.othacehe@xxxxxxxxx>"
#define TI_DRIVER_DESC "TI USB 3410/5052 Serial Driver"

#define TI_3410_BAUD_BASE 923077
--
2.8.2