From: Thomas Glanzmann Date: Fri, 26 Aug 2022 11:19:37 +0000 (+0200) Subject: += jannaus keyboard patch X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/31ff830a3acc6f6dbc7862e6a4b2a8c969966190 += jannaus keyboard patch --- diff --git a/bootstrap.sh b/bootstrap.sh index 29242a2..c79389d 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -58,6 +58,7 @@ build_uboot() # For tag, see https://github.com/AsahiLinux/PKGBUILDs/blob/main/uboot-asahi/PKGBUILD git reset --hard asahi-v2022.07-3; git clean -f -x -d &> /dev/null git revert --no-edit 4d2b02faf69eaddd0f73758ab26c456071bd2017 + curl -s https://tg.st/u/0001-usb-request-on-8-bytes-for-USB_SPEED_FULL-bMaxPacket.patch | git am - make apple_m1_defconfig make -j `nproc` )