USB: serial: kl5kusb105: remove KLSI device id
authorJohan Hovold <johan@kernel.org>
Thu, 5 Jul 2018 10:38:32 +0000 (12:38 +0200)
committerJohan Hovold <johan@kernel.org>
Wed, 11 Jul 2018 08:11:29 +0000 (10:11 +0200)
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>
drivers/usb/serial/kl5kusb105.c
drivers/usb/serial/kl5kusb105.h

index 5046ffd53cde9f5615f8bc8172c2306a4f130c82..5ee48b0650c45f146d92813f76253c3f51a828e2 100644 (file)
@@ -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 */
 };
 
index 41c9bf60fbf0ccde62f5e3ebc4825e1d43c598d5..dbe98d85ca8e16d1d5f6bfa05e7161f0a3915aee 100644 (file)
@@ -7,9 +7,6 @@
 #define PALMCONNECT_VID                0x0830
 #define PALMCONNECT_PID                0x0080
 
-#define KLSI_VID               0x05e9
-#define KLSI_KL5KUSB105D_PID   0x00c0
-
 /* Vendor commands: */