Skip to content
Snippets Groups Projects
Commit d1b1f1f1 authored by Rolf Bork's avatar Rolf Bork
Browse files

An ADC related issue was that map.c using wrong card type id to find

GSC18ai32 module, so fixed as well.
parent 38301091
Branches bigfix198
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ mapPciModules( CDS_HARDWARE* pCds )
adc_cnt++;
}
// Check if it is a 1M ADC module
if ( ( dacdev->subsystem_device == GSC_18AI32SSC1M ) &&
if ( ( dacdev->subsystem_device == ADC_18AI32_SS_ID ) &&
( dacdev->subsystem_vendor == PLX_VID ) )
{
if ( pCds->cards_used[ i ].instance == fast_adc_cnt &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment