diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-29 16:19:00 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-29 16:19:00 (EST) |
commit | 4b98a46ddc3f590d5e11a19359811d552aa9d08b (patch) | |
tree | 6cb22b735006dfff26fc355c448b22ea286aa122 /getcb | |
parent | 8363d92fa62d6175b0e6517170026b04c09e7e74 (diff) | |
download | libreboot-4b98a46ddc3f590d5e11a19359811d552aa9d08b.zip libreboot-4b98a46ddc3f590d5e11a19359811d552aa9d08b.tar.gz libreboot-4b98a46ddc3f590d5e11a19359811d552aa9d08b.tar.bz2 |
X200: fix uneven backlight at low levels
Diffstat (limited to 'getcb')
-rwxr-xr-x | getcb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ git fetch http://review.coreboot.org/coreboot refs/changes/61/7561/2 && git cher # northbridge/gm45/raminit.c: enable GS45 high-perf (i.e. add X200S support to libreboot) git fetch http://review.coreboot.org/coreboot refs/changes/86/7786/1 && git cherry-pick FETCH_HEAD +# fix uneven backlight on X200 (when setting brightness low) +git fetch http://review.coreboot.org/coreboot refs/changes/79/7979/1 && git cherry-pick FETCH_HEAD # Run coreboot-libre deblob scripts # --------------------------------------------------------------------------------- |