OSDN Git Service

staging: comedi: adl_pci6208: support old PLX device ID
authorIan Abbott <abbotti@mev.co.uk>
Fri, 27 Feb 2015 15:07:37 +0000 (15:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 02:57:40 +0000 (18:57 -0800)
commit361008f2380201ab182909b30463ff4d9dc573a6
treec84c4e89a6352013c43c370117ac43ea3eba0269
parent706cb51b591e28ff5bfb1c592c1d2fa496828332
staging: comedi: adl_pci6208: support old PLX device ID

ADLINK's MS Windows drivers for the PCI-6208/6216 boards include the
following line in the DDInstall secion of the INF file:

%String6208%=DriverInstall6208.NT,PCI\VEN_10B5&DEV_9050&SUBSYS_62089999

That's for a PLX PCI 9050/9052 PCI interface chip with custom subvendor
and subdevice ID.  The "%String6208%" macro expands to "ADLINK PCI-6208"
in the INF file.

Add a corresponding entry to this driver module's PCI device table.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/adl_pci6208.c