commit c17955f110f45f0f9a52f02edb847a75cdd93e1a
parent 3f4b438545677a90b766a9b469ee403fcc8b0c55
Author: rbckman <rob@tarina.org>
Date: Mon, 5 Jan 2026 17:08:00 +0000
prevent USB-audio wierd smart control devices
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/install.sh b/install.sh
@@ -125,6 +125,9 @@ curl -sSL get.pimoroni.com/hyperpixel4-legacy | bash
cat <<'EOF' >> /etc/udev/rules.d/98-hyperpixel4-calibration.rules
ATTRS{name}=="Goodix Capacitive TouchScreen", ENV{LIBINPUT_CALIBRATION_MATRIX}="0 1 0 -1 0 1"
EOF
+cat <<'EOF' >> /etc/udev/rules.d/99-disable-smart-control.rules
+SUBSYSTEM=="usb", ATTRS{idVendor}=="1915", ATTRS{idProduct}=="1012", ATTR{authorized}="0"
+EOF
echo "GonzoPi configuration seems to be in order in /boot/config.txt"
echo "Adding to /boot/config.txt"
cat <<'EOF' >> /boot/config.txt