Skip to content

Commit

Permalink
Enable automatic transition for darp6
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ids1024 committed Jun 11, 2021
1 parent 89f6608 commit 4f8e844
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "system76-firmware"
version = "1.0.26"
version = "1.0.27"
authors = ["Jeremy Soller <[email protected]>"]
edition = "2018"

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
system76-firmware (1.0.27) focal; urgency=medium

* Enable automatic transition to Open EC for darp6

-- Ian Douglas Scott <[email protected]> Fri, 11 Jun 2021 10:12:02 -0700

system76-firmware (1.0.26) focal; urgency=medium

* Add meer6
Expand Down
2 changes: 1 addition & 1 deletion src/transition.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Make sure this is up to date with support article
static TRANSITIONS: &'static [Transition] = &[
Transition::new("addw2", "PBx0Dx2", false),
Transition::new("darp6", "N150CU", false), // TODO: set liberate to true
Transition::new("darp6", "N150CU", true),
// 17-inch 1660Ti
Transition::new_variant("gaze15", 0, "NH5xDC", false),
// 15-inch 1660Ti
Expand Down

0 comments on commit 4f8e844

Please sign in to comment.