diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 13:01:28 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 13:02:24 +0100 |
commit | f0d737a2781c3e6c1c490ed074fe1ecad32721c5 (patch) | |
tree | b8c3bc7a133fe181d420df82bd4c74563a1ec4b1 /resources/scripts/helpers | |
parent | 20a56e21fa8011086ba18fffd430fd5ad0b4de07 (diff) | |
download | librebootfr-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.tar.gz librebootfr-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.zip |
coreboot-libre: backport patches for X200 Tablet digitizer support
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index e4363eea..ad358b0d 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -130,6 +130,12 @@ printf "ThinkPad T500 (depends on T400 patch)\n" # git fetch http://review.coreboot.org/coreboot refs/changes/81/9181/2 && git cherry-pick FETCH_HEAD git am ../resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch +# BACKPORTED +# This was merged in master, but this is an older revision. For now, simply backport it (X200 digitizer patch) +printf "ThinkPad X200 Tablet digitizer patch (backported)\n" +# git fetch http://review.coreboot.org/coreboot refs/changes/08/10208/4 && git cherry-pick FETCH_HEAD +git am ../resources/libreboot/patch/0023-lenovo-x200-Enable-wacom-digitizer-support-for-x200t.patch + # Run coreboot-libre deblob scripts # ------------------------------------------------------------------------------ |