summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/kl5kusb105.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2018-07-05 12:38:32 +0200
committerJohan Hovold <johan@kernel.org>2018-07-11 10:11:29 +0200
commitd118851a4d1f2e67ef9442cd3caa35e555bb370e (patch)
treedd1b92fa8a0e7dd5b9376d43377168d8ab0df12d /drivers/usb/serial/kl5kusb105.c
parentaf846a6f6de27eabcefa81ea98b0c3bd21aa25c7 (diff)
downloadtalos-obmc-linux-d118851a4d1f2e67ef9442cd3caa35e555bb370e.tar.gz
talos-obmc-linux-d118851a4d1f2e67ef9442cd3caa35e555bb370e.zip
USB: serial: kl5kusb105: remove KLSI device id
This driver was apparently never tested with an actual KLSI device. In fact, even the device-id entry which was supposed to allow for this had a typo in it. Tests now reveal that the predicted firmware differences with the PalmConnect adapters are real and that the driver does not support KLSI devices with PID 0x000c, so let's remove the broken entry. Reported-by: Chris Jakob <chris.jakob@gmail.com> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/kl5kusb105.c')
-rw-r--r--drivers/usb/serial/kl5kusb105.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/kl5kusb105.c b/drivers/usb/serial/kl5kusb105.c
index 5046ffd53cde..5ee48b0650c4 100644
--- a/drivers/usb/serial/kl5kusb105.c
+++ b/drivers/usb/serial/kl5kusb105.c
@@ -67,7 +67,6 @@ static int klsi_105_prepare_write_buffer(struct usb_serial_port *port,
*/
static const struct usb_device_id id_table[] = {
{ USB_DEVICE(PALMCONNECT_VID, PALMCONNECT_PID) },
- { USB_DEVICE(KLSI_VID, KLSI_KL5KUSB105D_PID) },
{ } /* Terminating entry */
};
OpenPOWER on IntegriCloud