lkml.org 
[lkml]   [2001]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    Subject[PATCH] MODULE_DEVICE_TABLE for Applicom fieldbus card driver
    From

    Last patch for this week ...

    --
    Andrey Panin | Embedded systems software engineer
    pazke@orbita1.ru | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.ascdiff -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");[unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2005-03-22 13:08    [W:3.175 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site