Skip to content

Commit 4f8e844

Browse files
committed
Enable automatic transition for darp6
There shouldn't be any issues with Open EC on the darp6 now, and this shouldn't have any noticeable harm while enabling things like the Keyboard Configurator to work without manual transition.
1 parent 89f6608 commit 4f8e844

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "system76-firmware"
3-
version = "1.0.26"
3+
version = "1.0.27"
44
authors = ["Jeremy Soller <jeremy@system76.com>"]
55
edition = "2018"
66

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
system76-firmware (1.0.27) focal; urgency=medium
2+
3+
* Enable automatic transition to Open EC for darp6
4+
5+
-- Ian Douglas Scott <idscott@system76.com> Fri, 11 Jun 2021 10:12:02 -0700
6+
17
system76-firmware (1.0.26) focal; urgency=medium
28

39
* Add meer6

src/transition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Make sure this is up to date with support article
22
static TRANSITIONS: &'static [Transition] = &[
33
Transition::new("addw2", "PBx0Dx2", false),
4-
Transition::new("darp6", "N150CU", false), // TODO: set liberate to true
4+
Transition::new("darp6", "N150CU", true),
55
// 17-inch 1660Ti
66
Transition::new_variant("gaze15", 0, "NH5xDC", false),
77
// 15-inch 1660Ti

0 commit comments

Comments
 (0)