File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +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
-
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" ,
100
101
// 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
102
"Intel(R) Platform Monitoring Technology (PMT) Driver" ,
102
103
// Also in system_drivers
@@ -119,6 +120,12 @@ const PNP_DRIVERS: &[&str] = &[
119
120
"Framework NE160QDM-NZ6" ,
120
121
// Advanced Micro Devices, Inc AMD DRTM Boot Driver ACPI\VEN_DRTM&DEV_0001 1.0.18.4
121
122
"AMD DRTM Boot Driver" ,
123
+ // Framework Framework EC ACPI\VEN_FRMW&DEV_C004
124
+ "Framework EC" ,
125
+ // Framework Computer Inc Framework Sensors ACPI\VEN_FRMW&DEV_C006
126
+ "Framework Sensors" ,
127
+ // ILITEK ILITEK Wake On Touch Device ACPI\VEN_ILIT&DEV_2901
128
+ "ILITEK Wake On Touch Device" ,
122
129
] ;
123
130
124
131
const PRODUCTS : & [ & str ] = & [
You can’t perform that action at this time.
0 commit comments