Sager branded P150EM

Issue #9 resolved
AragonArcanas created an issue

For my Sager branded model had to change to this to make it work:

{
    .ident = "Clevo P150EM",
    .matches = {
        DMI_MATCH(DMI_PRODUCT_NAME, "P15xEMx"),
    },
    .callback = clevo_xsm_dmi_matched,
    .driver_data = &kb_8_color_ops,
},

dmidecode:

System Information Manufacturer: CLEVO
Product Name: P15xEMx Version: Not Applicable
Serial Number: Not Applicable
UUID: D6F59000-8DB6-0000-0000-000000000000 Wake-up Type: Power Switch SKU Number: Not Applicable
Family: Not Applicable

Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: CLEVO
Product Name: P15xEMx Version: Not Applicable
Serial Number: Not Applicable
Asset Tag: Not Applicable
Features: Board is a hosting board Board is replaceable Location In Chassis: Not Applicable
Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0

Comments (3)

  1. Log in to comment