Message ID | 20210412095557.1213-12-johan@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | d801c8d438b3e8f2b6d2f79e3c75b8e0c5dd86df |
Headers | show |
Series | USB: serial: xr: add support for more device types | expand |
diff --git a/drivers/usb/serial/xr_serial.c b/drivers/usb/serial/xr_serial.c index 1b7b3c70a9b3..6853cd56d8dc 100644 --- a/drivers/usb/serial/xr_serial.c +++ b/drivers/usb/serial/xr_serial.c @@ -3,6 +3,7 @@ * MaxLinear/Exar USB to Serial driver * * Copyright (c) 2020 Manivannan Sadhasivam <mani@kernel.org> + * Copyright (c) 2021 Johan Hovold <johan@kernel.org> * * Based on the initial driver written by Patong Yang: *
Add another copyright notice for the work done in 2021. Signed-off-by: Johan Hovold <johan@kernel.org> --- drivers/usb/serial/xr_serial.c | 1 + 1 file changed, 1 insertion(+)