aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/ssdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo/h8/ssdt.c')
-rw-r--r--src/ec/lenovo/h8/ssdt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/ssdt.c b/src/ec/lenovo/h8/ssdt.c
index 4df4bd8a87..eccefe25ee 100644
--- a/src/ec/lenovo/h8/ssdt.c
+++ b/src/ec/lenovo/h8/ssdt.c
@@ -51,6 +51,8 @@ void h8_ssdt_generator(struct device *dev)
acpigen_write_name_byte("HWAN", h8_has_wwan(dev) ? ONE_OP : ZERO_OP);
acpigen_write_name_byte("HKBL", (conf && conf->has_keyboard_backlight) ?
ONE_OP : ZERO_OP);
+ acpigen_write_name_byte("HUWB", (conf && conf->has_uwb) ?
+ ONE_OP : ZERO_OP);
acpigen_pop_len(); /* Scope HKEY */
}