diff --git a/patches/qemu/9010-antidetect-hw-input.patch b/patches/qemu/9010-antidetect-hw-input.patch index f0b9ac0..ec2429a 100644 --- a/patches/qemu/9010-antidetect-hw-input.patch +++ b/patches/qemu/9010-antidetect-hw-input.patch @@ -118,15 +118,16 @@ diff -Naur --no-dereference a/hw/input/tsc210x.c b/hw/input/tsc210x.c diff -Naur --no-dereference a/hw/input/virtio-input-hid.c b/hw/input/virtio-input-hid.c --- a/hw/input/virtio-input-hid.c +++ b/hw/input/virtio-input-hid.c -@@ -17,7 +17,7 @@ +@@ -17,8 +17,8 @@ #include "standard-headers/linux/input.h" -#define VIRTIO_ID_NAME_KEYBOARD "QEMU Virtio Keyboard" --#define VIRTIO_ID_NAME_MOUSE "QEMU Virtio Mouse" --#define VIRTIO_ID_NAME_TABLET "QEMU Virtio Tablet" --#define VIRTIO_ID_NAME_MULTITOUCH "QEMU Virtio MultiTouch" +#define VIRTIO_ID_NAME_KEYBOARD "ASUS Keyboard" +-#define VIRTIO_ID_NAME_MOUSE "QEMU Virtio Mouse" +#define VIRTIO_ID_NAME_MOUSE "ASUS Mouse" +-#define VIRTIO_ID_NAME_TABLET "QEMU Virtio Tablet" +#define VIRTIO_ID_NAME_TABLET "ASUS Tablet" +-#define VIRTIO_ID_NAME_MULTITOUCH "QEMU Virtio MultiTouch" +#define VIRTIO_ID_NAME_MULTITOUCH "ASUS MultiTouch" + /* ----------------------------------------------------------------- */