Support P65_67RSRP

Issue #10 resolved
Colin Reeder created an issue

At least that's what dmidecode calls it, and this seems to work:

  {
           .ident = "Clevo P65_67RSRP",
           .matches = {
                   DMI_MATCH(DMI_PRODUCT_NAME, "P65_67RSRP"),
           },
           .callback = clevo_xsm_dmi_matched,
           .driver_data = &kb_full_color_ops,
   },

Comments (1)

  1. Log in to comment