From 5ef20a47e7fd29c735182d55e3e08bb4ad4ff66a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 17 Jun 2017 17:03:18 -0600 Subject: [PATCH] Update pcid.toml to specify intel hd audio more broadly --- pcid.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pcid.toml b/pcid.toml index b19bd30447..db4383a0e8 100644 --- a/pcid.toml +++ b/pcid.toml @@ -49,13 +49,12 @@ vendor = 32902 device = 5379 command = ["e1000d", "$NAME", "$BAR0", "$IRQ"] - #ihdad [[drivers]] name = "Intel HD Audio" -vendor = 32902 -device = 9832 -command = ["ihdad", "$NAME", "$BAR0", "$IRQ"] +class = 4 +subclass = 3 +command = ["ihdad", "$NAME", "$BAR0", "$IRQ", "$VENID", "$DEVID"] # nvmed [[drivers]]