Actions
Bug #12497
closedbge ape locking left always disabled after 7513
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
In addressing 7513, it was important to determine whether or not the hardware supported ape before looking at and initializing the asf related pieces. By doing this, it moved the checks for whether or not the chipsets were of the right type to consider checking that.
However, while it moved the check earlier, it didn't move the initialization of that actual device ID that it needed earlier. This leads to us thinking that ape doesn't exist on any of the devices. The fix at the moment is to just assign that single member that's needed (the PCI device ID) to be before the chipset check.
Related issues
Actions