hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Thu Feb 26 02:54:54 PST 2009


 fdi/policy/10osvendor/10-x11-input.fdi |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit e6b033c932cc4c09d05521f7d84037366d4755cc
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu Feb 26 10:50:55 2009 +0000

    add x11_driver for KVM graphics tablet

diff --git a/fdi/policy/10osvendor/10-x11-input.fdi b/fdi/policy/10osvendor/10-x11-input.fdi
index 6bd8e76..769f75b 100644
--- a/fdi/policy/10osvendor/10-x11-input.fdi
+++ b/fdi/policy/10osvendor/10-x11-input.fdi
@@ -1,6 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <deviceinfo version="0.2">
   <device>
+
+    <!-- KVM emulates a USB graphics tablet which works in absolute coordinate mode -->
+    <match key="input.product" contains="QEMU USB Tablet">
+       <merge key="input.x11_driver" type="string">evdev</merge>
+    </match>
+
     <!-- FIXME: Support tablets too. -->
     <match key="info.capabilities" contains="input.mouse">
       <merge key="input.x11_driver" type="string">mouse</merge>


More information about the hal-commit mailing list