Various instructions for setting up Linux OS on Clevo N950TP6
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
344 B

--- a/module/clevo-xsm-wmi.c
+++ b/module/clevo-xsm-wmi.c
@@ -1488,6 +1488,14 @@
.driver_data = &kb_8_color_ops,
},
{
+ .ident = "Clevo N950TP",
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "N95TP6"),
+ },
+ .callback = clevo_xsm_dmi_matched,
+ .driver_data = &kb_full_color_ops,
+ },
+ {
/* terminating NULL entry */
},
};