diff options
author | Devaev Maxim <[email protected]> | 2020-07-18 12:37:44 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-07-18 12:37:44 +0300 |
commit | e01ff66ff15f3f068a149abd4dece432c080fa32 (patch) | |
tree | fae44fc4fb76309b805e30ddee0b6e1b3e403774 | |
parent | 6bd4fc769fb72a19ef7b7b035ffcbd3b97959ccc (diff) |
5.4.51 kernel for rpi4
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | configs/os/udev/v2-hdmi-rpi4.rules | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -120,7 +120,7 @@ for _variant in "${_variants[@]}"; do if [[ $_platform =~ ^.*-hdmi$ ]]; then depends=(\"\${depends[@]}\") if [ $_board == rpi4 ]; then - depends=(\"\${depends[@]}\" \"linux-raspberrypi4=4.19.118-1\" \"linux-raspberrypi4-headers=4.19.118-1\") + depends=(\"\${depends[@]}\" \"linux-raspberrypi4=5.4.51\" \"linux-raspberrypi4-headers=5.4.51\") else depends=(\"\${depends[@]}\" \"linux-raspberrypi=4.19.118-1\" \"linux-raspberrypi-headers=4.19.118-1\") fi diff --git a/configs/os/udev/v2-hdmi-rpi4.rules b/configs/os/udev/v2-hdmi-rpi4.rules index 2cc1cd24..b6568892 100644 --- a/configs/os/udev/v2-hdmi-rpi4.rules +++ b/configs/os/udev/v2-hdmi-rpi4.rules @@ -1,5 +1,5 @@ # https://unix.stackexchange.com/questions/66901/how-to-bind-usb-device-under-a-static-name # https://wiki.archlinux.org/index.php/Udev#Setting_static_device_names -KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", KERNELS=="fe801000.csi|fe801000.csi1", GROUP="kvmd", SYMLINK+="kvmd-video", TAG+="systemd" +KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", KERNELS=="fe801000.csi|fe801000.csi1", ATTR{name}=="unicam-image", GROUP="kvmd", SYMLINK+="kvmd-video", TAG+="systemd" KERNEL=="hidg0", GROUP="kvmd", SYMLINK+="kvmd-hid-keyboard" KERNEL=="hidg1", GROUP="kvmd", SYMLINK+="kvmd-hid-mouse" |