Skip to content

Commit

Permalink
Update v4.19 patches
Browse files Browse the repository at this point in the history
Changes:
  SAM:
    - Add Surface Book 3 GPE LID fix.
    - Add support for Surface Book 3 performance modes
    - Add preliminary support for Surface Book 3 HID devices, i.e.
      keyboard and touchpad. N.b.: There are still known issues
      regarding device re-initialization when detaching/re-attaching.
    - Add preliminary support for Surface Book 3 battery/AC.
    - Bugfix: Initialize power-target in HPS driver on load.
    - Bugfix: Fix out-of-space handling for SSH requests.

Links:
- kernel: linux-surface/kernel@3d83157
- SAM: linux-surface/surface-aggregator-module@27e5401
  • Loading branch information
qzed committed Jul 13, 2020
1 parent 1bea977 commit f866ce0
Show file tree
Hide file tree
Showing 8 changed files with 292 additions and 89 deletions.
2 changes: 1 addition & 1 deletion patches/4.19/0001-surface3-power.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0cdf7b25f3375ca695c9622052aea85b5d62aa26 Mon Sep 17 00:00:00 2001
From 492f99c7fb30442ab630d3a7082af977d55ee57a Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 28 Sep 2019 18:00:43 +0200
Subject: [PATCH 1/8] surface3-power
Expand Down
2 changes: 1 addition & 1 deletion patches/4.19/0002-surface3-spi.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 269aabb2d471ff68167a0d515a1fb7d96b6b0a1b Mon Sep 17 00:00:00 2001
From aa239debfe27eeb05210cfab3c440f1ae0d3737f Mon Sep 17 00:00:00 2001
From: kitakar5525 <34676735+kitakar5525@users.noreply.github.com>
Date: Fri, 6 Dec 2019 23:10:30 +0900
Subject: [PATCH 2/8] surface3-spi
Expand Down
2 changes: 1 addition & 1 deletion patches/4.19/0003-surface3-oemb.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 39843798645bf98c1176b18a12d090706bf63337 Mon Sep 17 00:00:00 2001
From f8158d5cb4dc136c77bf5bb0bc6f4fbd97d9fa61 Mon Sep 17 00:00:00 2001
From: Chih-Wei Huang <cwhuang@linux.org.tw>
Date: Tue, 18 Sep 2018 11:01:37 +0800
Subject: [PATCH 3/8] surface3-oemb
Expand Down
2 changes: 1 addition & 1 deletion patches/4.19/0004-surface-buttons.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 36033252cb6c138adf31c22e9f80abd852598c9c Mon Sep 17 00:00:00 2001
From 04a2f127dfc6ef8720b59d926e5bc908f8f50b31 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 27 Jul 2019 17:51:37 +0200
Subject: [PATCH 4/8] surface-buttons
Expand Down
Loading

0 comments on commit f866ce0

Please sign in to comment.