Added and as arguments to pass to driver.

This commit is contained in:
TheSchemm
2017-06-16 22:16:50 -05:00
parent e1f24810ba
commit beefc3e1e6
+2
View File
@@ -139,6 +139,8 @@ fn main() {
"$BAR4" => bar_arg(4),
"$BAR5" => bar_arg(5),
"$IRQ" => format!("{}", header.interrupt_line),
"$VENID" => format!("{:>04X}",header.vendor_id),
"$DEVID" => format!("{:>04X}",header.device_id),
_ => arg.clone()
};
command.arg(&arg);