diff --git a/debian/changelog b/debian/changelog index 58fe9cd..293531e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +system76-dkms (1.0.7) bionic; urgency=medium + + * Add serw12 + + -- Jeremy Soller Mon, 13 Apr 2020 21:29:36 -0600 + system76-dkms (1.0.6) bionic; urgency=medium * Add DRIVER_KB_LED to darp5 diff --git a/system76.c b/system76.c index a1519f0..7f958bd 100644 --- a/system76.c +++ b/system76.c @@ -335,6 +335,7 @@ static struct dmi_system_id s76_dmi_table[] __initdata = { DMI_TABLE("oryp4-b", DRIVER_AP_KEY | DRIVER_AP_LED | DRIVER_HWMON | DRIVER_KB_LED), DMI_TABLE("oryp5", DRIVER_AP_LED | DRIVER_HWMON | DRIVER_KB_LED), DMI_TABLE("serw11-b", DRIVER_AP_KEY | DRIVER_AP_LED | DRIVER_HWMON | DRIVER_KB_LED), + DMI_TABLE("serw12", DRIVER_AP_KEY | DRIVER_AP_LED | DRIVER_KB_LED), {} };