We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e8039 commit d2681cbCopy full SHA for d2681cb
1 file changed
src/aml/mod.rs
@@ -2630,7 +2630,7 @@ where
2630
Some(value) => value.as_integer()?,
2631
None => 0,
2632
};
2633
- let bus = match self.evaluate_if_present(AmlName::from_str("_BBR").unwrap().resolve(path)?, vec![])? {
+ let bus = match self.evaluate_if_present(AmlName::from_str("_BBN").unwrap().resolve(path)?, vec![])? {
2634
2635
2636
0 commit comments