diff options
author | Johan Hovold <johan@kernel.org> | 2021-01-18 12:13:31 +0100 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2021-01-18 14:25:08 +0100 |
commit | 90fa41ee4a671d678fcd2c3f0ffdcaa10a1b080b (patch) | |
tree | e2c5d4a57f52d1c4aa1cf2b60bb82fafd352179d /drivers/usb | |
parent | USB: serial: cp210x: drop unused includes (diff) | |
download | linux-90fa41ee4a671d678fcd2c3f0ffdcaa10a1b080b.tar.xz linux-90fa41ee4a671d678fcd2c3f0ffdcaa10a1b080b.zip |
USB: serial: cp210x: add copyright notice
Add a copyright notice for myself.
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/cp210x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 0d0fc1f9e99b..d813a052738f 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -3,6 +3,7 @@ * Silicon Laboratories CP210x USB to RS232 serial adaptor driver * * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk) + * Copyright (C) 2010-2021 Johan Hovold (johan@kernel.org) * * Support to set flow control line levels using TIOCMGET and TIOCMSET * thanks to Karl Hiramoto karl@hiramoto.org. RTSCTS hardware flow |