staging: comedi: 8255_pci: add vendor id to boardinfo
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 13 Sep 2012 16:57:12 +0000 (09:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 03:12:30 +0000 (20:12 -0700)
commit6b79db383f77da171c9a60b607d761a357f36d2d
tree43b8fe62c4f7470772c8a9306b11caf85940a713
parent606b04707e39cfc109273e8047c2b5600e407327
staging: comedi: 8255_pci: add vendor id to boardinfo

This driver supports PCI boards from multiple vendors. It's
possible for boards from different vendors to have the same
device id.

Add the vendor id to the boardinfo so pci_8255_find_boardinfo()
matches the pci_dev to the correct boardinfo.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/8255_pci.c