public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Ubuntu PATCH] Add Computone IntelliPort Plus serial hotplug support
@ 2006-07-03 20:47 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2006-07-03 20:47 UTC (permalink / raw)
  To: lkml; +Cc: akpm, mhw

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

---
 drivers/char/ip2/ip2main.c |    8 ++++++++
 1 file changed, 8 insertions(+)

--- linux-2617-g21.orig/drivers/char/ip2/ip2main.c
+++ linux-2617-g21/drivers/char/ip2/ip2main.c
@@ -3186,3 +3186,11 @@ ip2trace (unsigned short pn, unsigned ch
 
 
 MODULE_LICENSE("GPL");
+
+static struct pci_device_id ip2main_pci_tbl[] __devinitdata = {
+	{ PCI_VENDOR_ID_COMPUTONE, PCI_DEVICE_ID_COMPUTONE_IP2EX,
+	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+	{ }
+};
+
+MODULE_DEVICE_TABLE(pci, ip2main_pci_tbl);




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-03 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-03 20:47 [Ubuntu PATCH] Add Computone IntelliPort Plus serial hotplug support Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox