Merge pull request #315 from remingtonlang/sp3-udev-removal

Remove unneeded udev rules for SP3 (#237 & #241)
This commit is contained in:
Jake Day 2018-12-28 12:03:36 -05:00 committed by GitHub
commit ea859d2a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,9 @@ if [ "$SUR_MODEL" = "Surface Pro 3" ]; then
echo "\nInstalling i915 firmware for Surface Pro 3...\n"
mkdir -p /lib/firmware/i915
unzip -o firmware/i915_firmware_bxt.zip -d /lib/firmware/i915/
echo "\nRemove unneeded udev rules for Surface Pro 3...\n"
rm /etc/udev/rules.d/98-keyboardscovers.rules
fi
if [ "$SUR_MODEL" = "Surface Pro" ]; then