Merge pull request #1947 from e-minguez/macbook10,1-spi-fix

feat: Added MacBook10,1 to the fix-apple-spi-keyboard.sh
This commit is contained in:
Ryan Hughes
2025-09-25 20:07:15 -04:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# Detect MacBook models that need SPI keyboard modules
if [[ "$(cat /sys/class/dmi/id/product_name 2>/dev/null)" =~ MacBook12,1|MacBookPro13,[123]|MacBookPro14,[123] ]]; then
if [[ "$(cat /sys/class/dmi/id/product_name 2>/dev/null)" =~ MacBook1[02],1|MacBookPro13,[123]|MacBookPro14,[123] ]]; then
echo "Detected MacBook with SPI keyboard"
sudo pacman -S --noconfirm --needed macbook12-spi-driver-dkms