Hi all, This is my first post in this list and I don't know if it's the right place. I apologize if I'm doing something incorrect. After testing it on my computer (Sony Vaio VPCSA). I sent a patch to Launchpad #917952 (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/917952) that allows use the internal USB Huawei Gobi 3000 Modem. They suggest me that I must sent here this patch and then: "Once it's upstream we can cherry-pick/apply on Ubuntu kernels." ------------------------ drivers/usb/serial/qcserial.c ------------------------ index b9bb247..9038ee3 100644 @@ -79,20 +79,21 @@ static const struct usb_device_id id_table[] = { {USB_DEVICE(0x1199, 0x9007)}, /* Sierra Wireless Gobi 2000 Modem device (VT773) */ {USB_DEVICE(0x1199, 0x9008)}, /* Sierra Wireless Gobi 2000 Modem device (VT773) */ {USB_DEVICE(0x1199, 0x9009)}, /* Sierra Wireless Gobi 2000 Modem device (VT773) */ {USB_DEVICE(0x1199, 0x900a)}, /* Sierra Wireless Gobi 2000 Modem device (VT773) */ {USB_DEVICE(0x1199, 0x9011)}, /* Sierra Wireless Gobi 2000 Modem device (MC8305) */ {USB_DEVICE(0x16d8, 0x8001)}, /* CMDTech Gobi 2000 QDL device (VU922) */ {USB_DEVICE(0x16d8, 0x8002)}, /* CMDTech Gobi 2000 Modem device (VU922) */ {USB_DEVICE(0x05c6, 0x9204)}, /* Gobi 2000 QDL device */ {USB_DEVICE(0x05c6, 0x9205)}, /* Gobi 2000 Modem device */ {USB_DEVICE(0x1199, 0x9013)}, /* Sierra Wireless Gobi 3000 Modem device (MC8355) */ + {USB_DEVICE(0x12d1, 0x14f1)}, /* Gobi 3000 on Sony Vaio VPCSA */ { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, id_table); static struct usb_driver qcdriver = { .name = "qcserial", .probe = usb_serial_probe, .disconnect = usb_serial_disconnect, .id_table = id_table, .suspend = usb_serial_suspend, Best regards, -- Un saludo, José Antonio Matute Tf: 680 410 763 matutet@xxxxxxxxx http://www.cmaj.es -- 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