From: Marcel Sebek Date: Sun, 28 Dec 2008 13:06:50 +0000 (+0100) Subject: USB: 'option' driver - onda device MT503HS has wrong id X-Git-Tag: v2.6.29-rc3~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b498a66a698c581535c0fcf1a8907f3fe9449cc;p=pandora-kernel.git 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 Acked-by: Domenico Riccio Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed