diff options
author | Johan Hovold <johan@kernel.org> | 2014-08-07 16:00:15 +0200 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2014-08-18 13:09:26 +0200 |
commit | 754eb21c0bbbbc4b8830a9a864b286323b84225f (patch) | |
tree | 6d0afb1dc9e5dcde72dc74da8e9bec6022da968e /drivers/usb | |
parent | 95be5739588c56a9327e477aa0ba3c81c5cf8631 (diff) | |
download | op-kernel-dev-754eb21c0bbbbc4b8830a9a864b286323b84225f.zip op-kernel-dev-754eb21c0bbbbc4b8830a9a864b286323b84225f.tar.gz |
USB: zte_ev: remove duplicate Qualcom PID
Remove dublicate Qualcom PID 0x3197 which is already handled by the
moto-modem driver since commit 6986a978eec7 ("USB: add new moto_modem
driver for some Morotola phones").
Fixes: 799ee9243d89 ("USB: serial: add zte_ev.c driver")
Cc: <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/zte_ev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/zte_ev.c b/drivers/usb/serial/zte_ev.c index 960f70e..1a132e9 100644 --- a/drivers/usb/serial/zte_ev.c +++ b/drivers/usb/serial/zte_ev.c @@ -274,7 +274,6 @@ static void zte_ev_usb_serial_close(struct usb_serial_port *port) static const struct usb_device_id id_table[] = { /* MG880 */ { USB_DEVICE(0x19d2, 0xfffd) }, - { USB_DEVICE(0x05C6, 0x3197) }, { }, }; MODULE_DEVICE_TABLE(usb, id_table); |