[PATCH] MODULE_DEVICE_TABLE for Applicom fieldbus card driver

Andrey Panin (pazke@orbita1.ru)
Fri, 19 Oct 2001 17:09:26 +0400


--APlYHCtpeOhspHkB
Content-Type: multipart/mixed; boundary="gneEPciiIl/aKvOT"
Content-Disposition: inline

--gneEPciiIl/aKvOT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Last patch for this week ...

--=20
Andrey Panin | Embedded systems software engineer
pazke@orbita1.ru | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin=
.asc
--gneEPciiIl/aKvOT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-applicom
Content-Transfer-Encoding: quoted-printable

diff -ur -X /usr/dontdiff /linux.vanilla/drivers/char/applicom.c /linux/dri=
vers/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"
};
=20
+static struct pci_device_id applicom_pci_tbl[] =3D {
+ { 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");

--gneEPciiIl/aKvOT--

--APlYHCtpeOhspHkB
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE70CYGBm4rlNOo3YgRAjy+AJ92r1odFXIyIYGDa0NuLSlZicFyxgCff3W1
p3Zs+R9s5tT0CZwP0QZ6Wlk=
=s3rA
-----END PGP SIGNATURE-----

--APlYHCtpeOhspHkB--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/