The patch titled Add Specialix IO8+ card support hotplug support has been added to the -mm tree. Its filename is add-specialix-io8-card-support-hotplug-support.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Add Specialix IO8+ card support hotplug support From: Chuck Short <zulcss@xxxxxxxxx> Patch Description: Add "Specialix IO8+ card support" hotplug support patch location: http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=d795cfc591bb44f6b3d86d8f054a227cecb44bb4 Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Chuck Short <zulcss@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/specialix.c | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN drivers/char/specialix.c~add-specialix-io8-card-support-hotplug-support drivers/char/specialix.c --- a/drivers/char/specialix.c~add-specialix-io8-card-support-hotplug-support +++ a/drivers/char/specialix.c @@ -2584,6 +2584,13 @@ static void __exit specialix_exit_module func_exit(); } +static struct pci_device_id specialx_pci_tbl[] __devinitdata = { + { PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_IO8, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, + { } +}; +MODULE_DEVICE_TABLE(pci, specialx_pci_tbl); + module_init(specialix_init_module); module_exit(specialix_exit_module); _ Patches currently in -mm which might be from zulcss@xxxxxxxxx are acpi-do-not-abort-method-execution-if-asked-to-release.patch allow-drm-detection-of-new-via-chipsets.patch via-ircc-fix-memory-leak.patch add-computone-intelliport-plus-serial-hotplug-support.patch add-computone-intelliport-plus-serial-hotplug-support-tidy.patch add-specialix-io8-card-support-hotplug-support.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