Commit 08dfa5c5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: serqt_usb2: remove duplicate device ids

There are a number of device ids that the quatech2 driver supports that
are duplicated in the serqt_usb2 driver, so remove them from the
serqt_usb2 driver as they do not belong there.
Reported-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 38902cf9
...@@ -41,13 +41,6 @@ static bool debug; ...@@ -41,13 +41,6 @@ static bool debug;
#define QUATECH_HSU200B 0xC0B1 /* HSU200B */ #define QUATECH_HSU200B 0xC0B1 /* HSU200B */
#define QUATECH_HSU200C 0xC0B2 /* HSU200C */ #define QUATECH_HSU200C 0xC0B2 /* HSU200C */
#define QUATECH_HSU200D 0xC0B3 /* HSU200D */ #define QUATECH_HSU200D 0xC0B3 /* HSU200D */
#define QUATECH_SSU100_2 0xC120 /* SSU100_2 */
#define QUATECH_DSU100_2 0xC140 /* DSU100_2 */
#define QUATECH_DSU400_2 0xC150 /* DSU400_2 */
#define QUATECH_QSU100_2 0xC160 /* QSU100_2 */
#define QUATECH_QSU400_2 0xC170 /* QSU400_2 */
#define QUATECH_ESU400_2 0xC180 /* ESU400_2 */
#define QUATECH_ESU100_2 0xC1A0 /* ESU100_2 */
#define QT_SET_GET_DEVICE 0xc2 #define QT_SET_GET_DEVICE 0xc2
#define QT_OPEN_CLOSE_CHANNEL 0xca #define QT_OPEN_CLOSE_CHANNEL 0xca
...@@ -143,13 +136,6 @@ static const struct usb_device_id id_table[] = { ...@@ -143,13 +136,6 @@ static const struct usb_device_id id_table[] = {
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_HSU200B)}, {USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_HSU200B)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_HSU200C)}, {USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_HSU200C)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_HSU200D)}, {USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_HSU200D)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_SSU100_2)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_DSU100_2)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_DSU400_2)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_QSU100_2)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_QSU400_2)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_ESU400_2)},
{USB_DEVICE(USB_VENDOR_ID_QUATECH, QUATECH_ESU100_2)},
{} /* Terminating entry */ {} /* Terminating entry */
}; };
MODULE_DEVICE_TABLE(usb, id_table); MODULE_DEVICE_TABLE(usb, id_table);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment