Skip to content

Commit

Permalink
New BT patch from @aunali1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Feb 26, 2020
1 parent 7173ce3 commit aef59b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patch_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set -eu -o pipefail
APPLE_SMC_DRIVER_GIT_URL=https://github.com/aunali1/linux-mbp-arch
APPLE_SMC_DRIVER_BRANCH_NAME=master
APPLE_SMC_DRIVER_COMMIT_HASH=9f126dac0c297996611913b58ff50824c9c42efb
BT_PATCH_NAME="2001-serdev-Fix-detection-of-UART-devices-on-Apple-machin.patch"

REPO_PWD=$(pwd)

Expand All @@ -38,7 +39,7 @@ while IFS= read -r file; do
echo "adding ${file}"
cp -rfv "${file}" "${REPO_PWD}"/../patches/"${file##*/}"
done < <(find linux-mbp-arch -type f -name "*applesmc*" | sort)
cp -rfv ./linux-mbp-arch/2001-Revert-serdev-Add-ACPI-devices-by-ResourceSource-fie.patch "${REPO_PWD}"/../patches/
cp -rfv ./linux-mbp-arch/"$BT_PATCH_NAME" "${REPO_PWD}"/../patches/

### Add custom drivers to kernel
# echo -e "From: fedora kernel <[email protected]>\nSubject: patch custom drivers\n" > "${REPO_PWD}"/../patches/custom-drivers.patch
Expand Down

0 comments on commit aef59b1

Please sign in to comment.