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

[PATCH] Add Computone IntelliPort Plus serial hotplug support

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@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
eb0e71c7 64552a50

+7
+7
drivers/char/ip2/ip2main.c
··· 3186 3186 3187 3187 3188 3188 MODULE_LICENSE("GPL"); 3189 + 3190 + static struct pci_device_id ip2main_pci_tbl[] __devinitdata = { 3191 + { PCI_DEVICE(PCI_VENDOR_ID_COMPUTONE, PCI_DEVICE_ID_COMPUTONE_IP2EX) }, 3192 + { } 3193 + }; 3194 + 3195 + MODULE_DEVICE_TABLE(pci, ip2main_pci_tbl);