The patch titled usb: add Sierra Wireless MC5720 ID to airprime.c has been removed from the -mm tree. Its filename is usb-add-sierra-wireless-mc5720-id-to-airprimec.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ 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 file changed, 1 insertion(+) diff -puN drivers/usb/serial/airprime.c~usb-add-sierra-wireless-mc5720-id-to-airprimec drivers/usb/serial/airprime.c --- devel/drivers/usb/serial/airprime.c~usb-add-sierra-wireless-mc5720-id-to-airprimec 2006-06-01 20:48:09.000000000 -0700 +++ devel-akpm/drivers/usb/serial/airprime.c 2006-06-01 20:48:09.000000000 -0700 @@ -20,6 +20,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 git-acpi.patch support-enable-disable-of-wan-module-in-ibm_acpi.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