|
Adds support for the following new revision of the board:
# tr < /proc/device-tree/model -d '\000'
Raspberry Pi 4 Model B Rev 1.5
Without this, `/dev/video19` from the `rpivid_hevc` driver gets incorrectly linked to `/dev/kvmd-video`
```bash
lrwxrwxrwx 1 root root 6 Sep 28 08:14 /dev/kvmd-video -> video19
```
|