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

  1. --- a/module/clevo-xsm-wmi.c
  2. +++ b/module/clevo-xsm-wmi.c
  3. @@ -1488,6 +1488,14 @@
  4. .driver_data = &kb_8_color_ops,
  5. },
  6. {
  7. + .ident = "Clevo N950TP",
  8. + .matches = {
  9. + DMI_MATCH(DMI_PRODUCT_NAME, "N95TP6"),
  10. + },
  11. + .callback = clevo_xsm_dmi_matched,
  12. + .driver_data = &kb_full_color_ops,
  13. + },
  14. + {
  15. /* terminating NULL entry */
  16. },
  17. };