* [PATCH] MODULE_DEVICE_TABLE for Applicom fieldbus card driver
@ 2001-10-19 13:09 Andrey Panin
0 siblings, 0 replies; only message in thread
From: Andrey Panin @ 2001-10-19 13:09 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 180 bytes --]
Last patch for this week ...
--
Andrey Panin | Embedded systems software engineer
pazke@orbita1.ru | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc
[-- Attachment #1.2: patch-applicom --]
[-- Type: text/plain, Size: 848 bytes --]
diff -ur -X /usr/dontdiff /linux.vanilla/drivers/char/applicom.c /linux/drivers/char/applicom.c
--- /linux.vanilla/drivers/char/applicom.c Wed Oct 17 11:25:44 2001
+++ /linux/drivers/char/applicom.c Thu Oct 18 12:12:58 2001
@@ -72,6 +72,17 @@
"PCI2000PFB"
};
+static struct pci_device_id applicom_pci_tbl[] = {
+ { PCI_VENDOR_ID_APPLICOM, PCI_DEVICE_ID_APPLICOM_PCIGENERIC,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+ { PCI_VENDOR_ID_APPLICOM, PCI_DEVICE_ID_APPLICOM_PCI2000IBS_CAN,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+ { PCI_VENDOR_ID_APPLICOM, PCI_DEVICE_ID_APPLICOM_PCI2000PFB,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+ { 0 }
+};
+MODULE_DEVICE_TABLE(pci, applicom_pci_tbl);
+
MODULE_AUTHOR("David Woodhouse & Applicom International");
MODULE_DESCRIPTION("Driver for Applicom Profibus card");
MODULE_LICENSE("GPL");
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-19 13:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-19 13:09 [PATCH] MODULE_DEVICE_TABLE for Applicom fieldbus card driver Andrey Panin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox