On 2014-08-06 07:20, Brennan Ashton wrote:
Both devices have the same VID and PID.
This patch has been tested on both of these modem versions.
Signed-off-by: Brennan Ashton <bashton@xxxxxxxxxxxxxxxxx>
---
drivers/usb/serial/option.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index a968894..b398ab7 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -494,6 +494,10 @@ static void option_instat_callback(struct urb *urb);
#define INOVIA_VENDOR_ID 0x20a6
#define INOVIA_SEW858 0x1105
+/* u-blox */
+#define UBLOX_VENDOR_ID 0x15eb
+#define UBLOX_PRODUCT_FW2770 0x0001
.....
The owner of the VID is VIA Telecom, China who also has manufactured the
chip in this dongle.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html