diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-13 01:13:58 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-13 01:13:58 +0100 |
commit | 7db69c7993561908d6ee6ebd0cfd0f82b465f4e6 (patch) | |
tree | b68b3513e3270e659c1d7bf794fdd44d00c208c7 /getcb | |
parent | 9f9a02c823f173efeebdb026f747e4b0987098cd (diff) | |
download | librebootfr-7db69c7993561908d6ee6ebd0cfd0f82b465f4e6.tar.gz librebootfr-7db69c7993561908d6ee6ebd0cfd0f82b465f4e6.zip |
ec/lenovo/h8: enable bluetooth/wwan
Note: physical removal is recommended. wwan can be replaced with something else, eg SD card reader.
Diffstat (limited to 'getcb')
-rwxr-xr-x | getcb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ git fetch http://review.coreboot.org/coreboot refs/changes/50/7050/2 && git cher ## NOT NEEDED. SEE ACPI BRIGHTNESS PATCH BELOW # git fetch http://review.coreboot.org/coreboot refs/changes/51/7051/1 && git cherry-pick FETCH_HEAD -# ec/lenovo/h8: permanently enable wifi/trackpoint/touchpad, disable bluetooth/wwan -git fetch http://review.coreboot.org/coreboot refs/changes/58/7058/2 && git cherry-pick FETCH_HEAD +# ec/lenovo/h8: permanently enable wifi/trackpoint/touchpad/bluetooth/wwan +git fetch http://review.coreboot.org/coreboot refs/changes/58/7058/3 && git cherry-pick FETCH_HEAD # ACPI brightness for i945 targets (x60/t60/x60t/x60s/macbook21): git fetch http://review.coreboot.org/coreboot refs/changes/31/6731/7 && git cherry-pick FETCH_HEAD |