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 ac1929f commit 04a63cdCopy full SHA for 04a63cd
src/drivers/intel/dtbt/dtbt.c
@@ -188,6 +188,8 @@ static const unsigned short pci_device_ids[] = {
188
TR_4C_BRG,
189
MR_2C_BRG,
190
MR_4C_BRG,
191
+ BR_4_BRG,
192
+ BR_5_BRG,
193
0
194
};
195
src/drivers/intel/dtbt/dtbt.h
@@ -38,6 +38,10 @@
38
#define MR_4C_NHI 0x1137
39
#define MR_4C_USB 0x1138
40
41
+/* Barlow Ridge device IDs */
42
+#define BR_4_BRG 0x5783
43
+#define BR_5_BRG 0x5780
44
+
45
/* Security Levels */
46
#define SEC_LEVEL_NONE 0
47
#define SEC_LEVEL_USER 1
0 commit comments