Bug 109731
Summary: | dmi product_uuid is reported with incorrect endianness | ||
---|---|---|---|
Product: | Drivers | Reporter: | Federico Simoncelli (federico.simoncelli) |
Component: | Platform | Assignee: | Jean Delvare (jdelvare) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | jdelvare |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.2.7-300.fc23.x86_64 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Federico Simoncelli
2015-12-21 13:42:36 UTC
My best guess at the moment is that the check modified in the patch mentioned above: - if (dmi_ver >= 0x0206) + if (dmi_ver >= 0x020600) is not correct (it shouldn't have been necessary). A fix has been proposed here: https://lkml.org/lkml/2015/12/22/315 |