All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: "Donald D. Dugger" <donald.d.dugger@intel.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] USB support
Date: Wed, 07 Jun 2006 14:56:16 -0500	[thread overview]
Message-ID: <44872F60.8030108@us.ibm.com> (raw)
In-Reply-To: <20060607192859.GA26430@los-vmm.sc.intel.com>

Donald D. Dugger wrote:
> This patch backports the USB support from QEMU 0.8.1 to the current Xen
> device model.  To support USB there are two new optional config lines
> that can be added to the guest config file:
>
>     usb=1
> 	This will enable USB without defining a specific USB device.
> 	This option is assumed and not needed if the `usbdevice' option
> 	is given.
>
>     usbdevce='device'
> 	This will enable USB and also enable support for the given device.
> 	Currently, the only two devices are `mouse' (a PS/2 mouse) and
> 	`tablet' (an absolute pointing device).  The advantage of `tablet'
> 	is that Windows guests will automatically recognize and support this
> 	device so specifying the config line:
>
> 		usbdevice='tablet'
>
> 	will create a mouse that works transparently with Windows guests
> 	under VNC.  (Linux doesn't recognize the USB tablet yet so Linux
> 	guests under VNC will still need the Summagraphics emulation.)
>
>
> Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
>   

Why not just wait until the QEMU version is ported to the newest one?

BTW, you want to grab evtouch for USB tablet support under Linux.  I 
also have a patch which will be in the next version of evtouch that adds 
mouse wheel and 3rd button support to evtouch.

You're also missing another patch I posted to qemu-devel that fixes a 
strange SDL capture problem with relative mouse mode that Fabrice hasn't 
picked up yet.  I'd really suggest moving all of QEMU up because this 
the USB emulation is under development still so you'll have to be doing 
an awful lot of back porting.

The newest versions of Xorg will just work (with evdev).

http://stz-softwaretechnik.com/~ke/touchscreen/evtouch.html

http://www.cs.utexas.edu/users/aliguori/evtouch-middle-scroll.diff

Regards,

Anthony Liguori

  reply	other threads:[~2006-06-07 19:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-07 19:28 [PATCH] USB support Donald D. Dugger
2006-06-07 19:56 ` Anthony Liguori [this message]
2006-06-08  0:52 ` Pete Zaitcev
2006-06-08  2:01   ` Anthony Liguori
2006-06-08 16:41     ` Pete Zaitcev
2006-06-08 21:23       ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2006-06-07 20:16 Dugger, Donald D
2006-06-07 20:20 ` Anthony Liguori
2006-06-07 20:22 ` Anthony Liguori
2006-06-07 20:28 Dugger, Donald D
2006-06-08  3:01 Dugger, Donald D
2006-06-08 17:09 Dugger, Donald D

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44872F60.8030108@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=donald.d.dugger@intel.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.