Skip to content

Commit

Permalink
fix ofs and silicom n6000 sensors
Browse files Browse the repository at this point in the history
Signed-off-by: anandaravuri <ananda.ravuri@intel.com>
  • Loading branch information
anandaravuri committed Jun 28, 2023
1 parent b451259 commit c4a5aab
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions libraries/plugins/xfpga/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1742,15 +1742,11 @@ enum fpga_hw_type opae_id_to_hw_type(uint16_t vendor_id, uint16_t device_id,
// D5005 ADP 0x8086 0xbcce 0x8086 0x138d
hw_type = FPGA_HW_DCP_D5005;
break;
} else if (sub_vendor_id == 0x8086
&& sub_device_id == 0) {

//Intel Open FPGA Stack Platform
// D5005 ADP 0x8086 0xbcce 0x8086 0x0
hw_type = FPGA_HW_DCP_D5005;
break;
} else {
// Intel Open FPGA Stack Platform /Silicom
// N6010 0x8086 0xbcce 0x8086 0x0
hw_type = FPGA_HW_ADP_N6000;
break;
}

break;
Expand Down

0 comments on commit c4a5aab

Please sign in to comment.