USB: 'option' driver - onda device MT503HS has wrong id
authorMarcel Sebek <sebek64@post.cz>
Sun, 28 Dec 2008 13:06:50 +0000 (14:06 +0100)
committerGreg Kroah-Hartman <gregkh@kvm.kroah.org>
Wed, 28 Jan 2009 00:15:36 +0000 (16:15 -0800)
commit3b498a66a698c581535c0fcf1a8907f3fe9449cc
treed84535d837b02f4fcdb528c81e0cb827b1f69a7c
parentd547f13472adc99721d6eb756085276a8a342366
USB: 'option' driver - onda device MT503HS has wrong id

While trying to make GSM modem Onda MT503HS working, I found a mismatch
between device id in the driver code (0x0200) and id in the lsusb
output (0x2000).

This patch fixed it for me, but I don't know if the original device id was
also correct and the new ID should be added instead of replacing the
old one.

Signed-off-by: Marcel Sebek <sebek64@post.cz>
Acked-by: Domenico Riccio <domenico.riccio@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c