[virt-tools-list] [PATCH libosinfo] Add XML for Qemu/KVM USB devices

Zeeshan Ali zeeshanak at gnome.org
Fri Jun 3 16:20:08 UTC 2011


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

Currently, it only has one device.
---
 data/devices/qemu-usb.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 data/devices/qemu-usb.xml

diff --git a/data/devices/qemu-usb.xml b/data/devices/qemu-usb.xml
new file mode 100644
index 0000000..63a108d
--- /dev/null
+++ b/data/devices/qemu-usb.xml
@@ -0,0 +1,14 @@
+<!-- USB devices from various QEMU/KVM(s) -->
+<libosinfo version="0.0.1">
+
+  <device id="http://www.linux-usb.org/usb.ids/80ee/0021">
+    <name>tablet</name>
+    <bus-type>usb</bus-type>
+    <class>block</class>
+    <vendor>VirtualBox</vendor>
+    <vendor-id>80ee</vendor-id>
+    <device>Tablet</device>
+    <device-id>0021</device-id>
+  </device>
+
+</libosinfo>
-- 
1.7.5.2




More information about the virt-tools-list mailing list