[Libosinfo] [PATCH 1/2] devices: Add virtual USB keyboard & mouse
Christophe Fergeau
cfergeau at redhat.com
Wed Apr 1 16:24:14 UTC 2015
On Tue, Mar 31, 2015 at 08:34:42PM +0100, Zeeshan Ali (Khattak) wrote:
> Add virtual USB keyboard and mouse from VMWare to our database.
> ---
> data/devices/qemu-usb.xml.in | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/data/devices/qemu-usb.xml.in b/data/devices/qemu-usb.xml.in
> index 213187f..90083fb 100644
> --- a/data/devices/qemu-usb.xml.in
> +++ b/data/devices/qemu-usb.xml.in
> @@ -11,4 +11,24 @@
> <product-id>0021</product-id>
> </device>
>
> + <device id="http://www.linux-usb.org/usb.ids/0e0f/0003">
> + <name>mouse</name>
> + <bus-type>usb</bus-type>
> + <class>input</class>
> + <_vendor>VMware, Inc.</_vendor>
> + <vendor-id>0e0f</vendor-id>
> + <product>Mouse</product>
> + <product-id>0003</product-id>
> + </device>
> +
> + <device id="http://www.linux-usb.org/usb.ids/0e0f/0006">
> + <name>keyboard</name>
> + <bus-type>usb</bus-type>
> + <class>input</class>
> + <_vendor>VMware, Inc.</_vendor>
> + <vendor-id>0e0f</vendor-id>
> + <product>Keyboard</product>
> + <product-id>0006</product-id>
> + </device>
> +
When you start a VM with QEMU with USB keyboard/mouse it seems to be
using
0627:0001 Adomax Technology Co., Ltd for mouse and keyboard (?)
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20150401/39069376/attachment.sig>
More information about the Libosinfo
mailing list