File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ const PNP_DRIVERS: &[&str] = &[
96
96
// Don't need, already in system_drivers
97
97
// Intel Corporation Intel(R) Wireless Bluetooth(R) USB\VID_8087&PID_0032&REV_0000 23.60.0.1
98
98
// "Intel(R) Wireless Bluetooth(R)",
99
+ // Intel Corporation Intel(R) Wi-Fi 6E AX211 160MHz PCI\VEN_8086&DEV_51F1&SUBSYS_00948086&REV_01
100
+ "Intel(R) Wi-Fi 6E AX211 160MHz" ,
99
101
100
102
// Intel(R) Platform Monito… Intel(R) Platform Monitoring Technology (PMT) Driver PCI\VEN_8086&DEV_7D0D&SUBSYS_0009F111&REV_01 3.1.2.2
101
103
"Intel(R) Platform Monitoring Technology (PMT) Driver" ,
@@ -119,6 +121,13 @@ const PNP_DRIVERS: &[&str] = &[
119
121
"Framework NE160QDM-NZ6" ,
120
122
// Advanced Micro Devices, Inc AMD DRTM Boot Driver ACPI\VEN_DRTM&DEV_0001 1.0.18.4
121
123
"AMD DRTM Boot Driver" ,
124
+
125
+ // Framework Framework EC ACPI\VEN_FRMW&DEV_C004
126
+ "Framework EC" ,
127
+ // Framework Computer Inc Framework Sensors ACPI\VEN_FRMW&DEV_C006
128
+ "Framework Sensors" ,
129
+ // ILITEK ILITEK Wake On Touch Device ACPI\VEN_ILIT&DEV_2901
130
+ "ILITEK Wake On Touch Device" ,
122
131
] ;
123
132
124
133
const PRODUCTS : & [ & str ] = & [
You can’t perform that action at this time.
0 commit comments