aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-30 20:20:43 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-30 20:20:43 +0100
commit271d32f594e2ac1619843d3de67ae5497be8d978 (patch)
tree4639d2a1071ee948ffd4db8094e133d829617ffb
parent722f4920646e1c42a2ac2a7fa0a7d8ccca935445 (diff)
downloadpatches-271d32f594e2ac1619843d3de67ae5497be8d978.tar.gz
drop patch that is now upstream
-rw-r--r--series1
-rw-r--r--usb-cp210x-add-new-device-id.patch28
2 files changed, 0 insertions, 29 deletions
diff --git a/series b/series
index 759319275b90d..784fdf003a590 100644
--- a/series
+++ b/series
@@ -2,7 +2,6 @@
iwlwifi-properly-check-debugfs-dentry-before-using-it.patch
usb-usb.h-tweak-struct-urb-to-remove-wasted-space.patch
-usb-cp210x-add-new-device-id.patch
0003-toneport-fixes.patch
spdxcheck-print-out-files-without-any-spdx-lines.patch
p02
diff --git a/usb-cp210x-add-new-device-id.patch b/usb-cp210x-add-new-device-id.patch
deleted file mode 100644
index 43bd029b594c7..0000000000000
--- a/usb-cp210x-add-new-device-id.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From foo@baz Tue Mar 26 13:48:17 KST 2019
-Date: Tue, 26 Mar 2019 13:48:17 +0900
-To: Greg KH <gregkh@linuxfoundation.org>
-From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Subject: [PATCH] USB: cp210x: add new device id
-
-Lorenz Messtechnik has a device that is controlled by the cp210x driver,
-so add the device id to the driver. The device id was provided by
-Silicon-Labs for the devices from this vendor.
-
-Reported-by: Uli <t9cpu@web.de>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Cc: stable <stable@vger.kernel.org>
-
----
- drivers/usb/serial/cp210x.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/drivers/usb/serial/cp210x.c
-+++ b/drivers/usb/serial/cp210x.c
-@@ -80,6 +80,7 @@ static const struct usb_device_id id_tab
- { USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */
- { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
- { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
-+ { USB_DEVICE(0x10C4, 0x8056) }, /* Lorenz Messtechnik devices */
- { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
- { USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */
- { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */