From 3603a7b055ac93905f2213284fd845f969489a14 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Wed, 26 Dec 2018 15:43:55 +0800 Subject: [PATCH] idc: add files for QEMU and VirtualBox These files enable orientation aware movement in any rotation. Remove Vendor_0627_Product_0001.idc which is replaced by QEMU_QEMU_USB_Tablet.idc. Reported-and-tested-by: Jon Doe --- idc/QEMU_QEMU_USB_Tablet.idc | 1 + idc/QEMU_Virtio_Tablet.idc | 2 ++ idc/Vendor_0627_Product_0001.idc | 1 - idc/VirtualBox_USB_Tablet.idc | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 idc/QEMU_QEMU_USB_Tablet.idc create mode 100644 idc/QEMU_Virtio_Tablet.idc delete mode 100644 idc/Vendor_0627_Product_0001.idc create mode 100644 idc/VirtualBox_USB_Tablet.idc diff --git a/idc/QEMU_QEMU_USB_Tablet.idc b/idc/QEMU_QEMU_USB_Tablet.idc new file mode 100644 index 0000000..c315679 --- /dev/null +++ b/idc/QEMU_QEMU_USB_Tablet.idc @@ -0,0 +1 @@ +cursor.orientationAware = 1 diff --git a/idc/QEMU_Virtio_Tablet.idc b/idc/QEMU_Virtio_Tablet.idc new file mode 100644 index 0000000..ddae896 --- /dev/null +++ b/idc/QEMU_Virtio_Tablet.idc @@ -0,0 +1,2 @@ +cursor.orientationAware = 1 +device.internal = 0 diff --git a/idc/Vendor_0627_Product_0001.idc b/idc/Vendor_0627_Product_0001.idc deleted file mode 100644 index 2df37ae..0000000 --- a/idc/Vendor_0627_Product_0001.idc +++ /dev/null @@ -1 +0,0 @@ -touch.deviceType = touchScreen diff --git a/idc/VirtualBox_USB_Tablet.idc b/idc/VirtualBox_USB_Tablet.idc new file mode 100644 index 0000000..c315679 --- /dev/null +++ b/idc/VirtualBox_USB_Tablet.idc @@ -0,0 +1 @@ +cursor.orientationAware = 1 -- 2.11.0