The patch titled Add Computone IntelliPort Plus serial hotplug support has been removed from the -mm tree. Its filename is add-computone-intelliport-plus-serial-hotplug-support.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Add Computone IntelliPort Plus serial hotplug support From: Chuck Short <zulcss@xxxxxxxxx> Patch Description: Add "Computone IntelliPort Plus serial" hotplug support patch location: http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=8c36723187c0fa5efe0e5c6a9b1e66ed4b824792 [akpm@xxxxxxxx: cleanup] Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Chuck Short <zulcss@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/ip2/ip2main.c | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN drivers/char/ip2/ip2main.c~add-computone-intelliport-plus-serial-hotplug-support drivers/char/ip2/ip2main.c --- a/drivers/char/ip2/ip2main.c~add-computone-intelliport-plus-serial-hotplug-support +++ a/drivers/char/ip2/ip2main.c @@ -3186,3 +3186,10 @@ ip2trace (unsigned short pn, unsigned ch MODULE_LICENSE("GPL"); + +static struct pci_device_id ip2main_pci_tbl[] __devinitdata = { + { PCI_DEVICE(PCI_VENDOR_ID_COMPUTONE, PCI_DEVICE_ID_COMPUTONE_IP2EX) }, + { } +}; + +MODULE_DEVICE_TABLE(pci, ip2main_pci_tbl); _ Patches currently in -mm which might be from zulcss@xxxxxxxxx are origin.patch allow-drm-detection-of-new-via-chipsets.patch via-ircc-fix-memory-leak.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