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) Patch for Surface 3 which is suffering from the "OEMB" problem. On the affected systems, DMI table is broken and breaks DMI matching used for quirk. This patch will add 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