diff options
author | Konstantin Shkolnyy <konstantin.shkolnyy@gmail.com> | 2015-11-10 16:40:13 -0600 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2016-01-22 12:24:44 -0500 |
commit | 5163e2188b94e9141c1e8e281398c616201fd4b5 (patch) | |
tree | 0d0814daab7ac8b7868f3167b31c0301e48789da | |
parent | fc70c8a467f73028cd98a010b19a12be101d7dc2 (diff) | |
download | lwn-5163e2188b94e9141c1e8e281398c616201fd4b5.tar.gz lwn-5163e2188b94e9141c1e8e281398c616201fd4b5.zip |
USB: cp210x: Remove CP2110 ID from compatibility list
[ Upstream commit 7c90e610b60cd1ed6abafd806acfaedccbbe52d1 ]
CP2110 ID (0x10c4, 0xea80) doesn't belong here because it's a HID
and completely different from CP210x devices.
Signed-off-by: Konstantin Shkolnyy <konstantin.shkolnyy@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rw-r--r-- | drivers/usb/serial/cp210x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index eac7ccaa3c85..7d4f51a32e66 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -132,7 +132,6 @@ static const struct usb_device_id id_table[] = { { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */ { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */ - { USB_DEVICE(0x10C4, 0xEA80) }, /* Silicon Labs factory default */ { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */ { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */ { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */ |