Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Surface3-OEMB: surface3-wmi: add quirk for Surface 3 with broken DMI …
…table (made referring to http://git.osdn.net/view?p=android-x86/kernel.git;a=commitdiff;h=18e2e857c57633b25b3b4120f212224a108cd883) On some Surface 3, DMI table gets corrupted for unknown reasons and breaks existing DMI matching used for device-specific quirks. This commit adds the (broken) DMI info for the affected Surface 3. Fixes surface3-wmi probe on Surface 3 with broken DMI table. Note here that this issue will not necessarily happen after playing around with Android-x86. I heard a report from a person on the IRC channel that on the affected system, only Manjaro was used. On affected systems, dmidecode will look like this: $ sudo dmidecode [...] BIOS Information Vendor: American Megatrends Inc. [...] System Information Manufacturer: OEMB Product Name: OEMB [...] Expected: $ sudo dmidecode [...] BIOS Information Vendor: (???, I think something like "Microsoft Corporation") [...] System Information Manufacturer: Microsoft Corporation Product Name: Surface 3 [...]
- Loading branch information