diff options
Diffstat (limited to 'usb-cp210x-add-new-device-id.patch')
| -rw-r--r-- | usb-cp210x-add-new-device-id.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/usb-cp210x-add-new-device-id.patch b/usb-cp210x-add-new-device-id.patch deleted file mode 100644 index 43bd029b594c77..00000000000000 --- 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 */ |
