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 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html