The patch titled usb: remove duplicate ID in ipaq driver has been removed from the -mm tree. Its filename was usb-remove-duplicate-id-in-ipaq-driver.patch This patch was dropped because it was withdrawn ------------------------------------------------------ Subject: usb: remove duplicate ID in ipaq driver From: Ben Collins <ben.collins@xxxxxxxxxx> Cc: Ganesh Varadarajan <ganesh@xxxxxxxxxxx> Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/serial/ipaq.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/usb/serial/ipaq.c~usb-remove-duplicate-id-in-ipaq-driver drivers/usb/serial/ipaq.c --- a/drivers/usb/serial/ipaq.c~usb-remove-duplicate-id-in-ipaq-driver +++ a/drivers/usb/serial/ipaq.c @@ -92,7 +92,6 @@ static void ipaq_destroy_lists(struct us static struct usb_device_id ipaq_id_table [] = { /* The first entry is a placeholder for the insmod-specified device */ - { USB_DEVICE(0x049F, 0x0003) }, { USB_DEVICE(0x0104, 0x00BE) }, /* Socket USB Sync */ { USB_DEVICE(0x03F0, 0x1016) }, /* HP USB Sync */ { USB_DEVICE(0x03F0, 0x1116) }, /* HP USB Sync 1611 */ _ Patches currently in -mm which might be from ben.collins@xxxxxxxxxx are usb-remove-duplicate-ids-from-option-card-driver.patch usb-remove-duplicate-id-in-ipaq-driver.patch avoid-zero-size-allocation-in-cache_k8_northbridges.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