12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
Syntax 4
|
|
|
|
If.LENOVOX13s {
|
|
Condition {
|
|
Type RegexMatch
|
|
String "${sys:devices/virtual/dmi/id/board_vendor}-${sys:devices/virtual/dmi/id/product_family}"
|
|
Regex "LENOVO.*ThinkPad X13s.*"
|
|
}
|
|
True.Include.x13s.File "/Qualcomm/sc8280xp/LENOVO-X13s.conf"
|
|
False.Error "SC8280XP - ${sys:devices/virtual/dmi/id/board_vendor}-${sys:devices/virtual/dmi/id/product_family} model not supported"
|
|
}
|