Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Add Specialix IO8+ card support hotplug support

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

[akpm@osdl.org: cleanup]
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Chuck Short <zulcss@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Chuck Short and committed by
Linus Torvalds
7691030b eb0e71c7

+6
+6
drivers/char/specialix.c
··· 2584 2584 func_exit(); 2585 2585 } 2586 2586 2587 + static struct pci_device_id specialx_pci_tbl[] __devinitdata = { 2588 + { PCI_DEVICE(PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_IO8) }, 2589 + { } 2590 + }; 2591 + MODULE_DEVICE_TABLE(pci, specialx_pci_tbl); 2592 + 2587 2593 module_init(specialix_init_module); 2588 2594 module_exit(specialix_exit_module); 2589 2595