The patch titled usb: add Sierra Wireless MC5720 ID to airprime.c has been added to the -mm tree. Its filename is usb-add-sierra-wireless-mc5720-id-to-airprimec.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: usb: add Sierra Wireless MC5720 ID to airprime.c From: Jeremy Fitzhardinge <jeremy@xxxxxxxx> The Sierra Wireless MC5720 is an embedded EV-DO module which is shipping with a number of laptops. This change adds its ID to the airprime.c usb serial driver, so that it appears as a serial device. Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/usb/serial/airprime.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/usb/serial/airprime.c~usb-add-sierra-wireless-mc5720-id-to-airprimec drivers/usb/serial/airprime.c --- 25/drivers/usb/serial/airprime.c~usb-add-sierra-wireless-mc5720-id-to-airprimec Wed May 31 16:14:04 2006 +++ 25-akpm/drivers/usb/serial/airprime.c Wed May 31 16:14:04 2006 @@ -19,6 +19,7 @@ static struct usb_device_id id_table [] { USB_DEVICE(0xf3d, 0x0112) }, /* AirPrime CDMA Wireless PC Card */ { USB_DEVICE(0x1410, 0x1110) }, /* Novatel Wireless Merlin CDMA */ { USB_DEVICE(0x1199, 0x0112) }, /* Sierra Wireless Aircard 580 */ + { USB_DEVICE(0x1199, 0x0218) }, /* Sierra Wireless MC5720 */ { }, }; MODULE_DEVICE_TABLE(usb, id_table); _ Patches currently in -mm which might be from jeremy@xxxxxxxx are usb-add-sierra-wireless-mc5720-id-to-airprimec.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html