Temporary commit. DO NOT MERGE. While we wait for the patch [1] to get merged upstream, manually update and add the virtio-media ID to the kernel header for testing purposes.
[1] https://lore.kernel.org/all/[email protected]/ Signed-off-by: Albert Esteve <[email protected]> --- include/standard-headers/linux/virtio_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/standard-headers/linux/virtio_ids.h b/include/standard-headers/linux/virtio_ids.h index 6c12db16fa..fd73ae9d13 100644 --- a/include/standard-headers/linux/virtio_ids.h +++ b/include/standard-headers/linux/virtio_ids.h @@ -69,6 +69,7 @@ #define VIRTIO_ID_BT 40 /* virtio bluetooth */ #define VIRTIO_ID_GPIO 41 /* virtio gpio */ #define VIRTIO_ID_SPI 45 /* virtio spi */ +#define VIRTIO_ID_MEDIA 48 /* virtio media */ /* * Virtio Transitional IDs -- 2.54.0
