All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lonnie Mendez <lmendez19@austin.rr.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] hw/usb.c: fix some issues with hub layer preventing bsd guest usb stack from running
Date: Fri, 17 Mar 2006 02:18:16 -0600	[thread overview]
Message-ID: <441A70C8.1060109@austin.rr.com> (raw)

   Hello list.  Linked are some fixes to the hub layer that allow a 
FreeBSD guest's usb stack to run.  Basically it allows for a variable 
hub descriptor size (if qemu currently had 7 emulated ports on the hub 
it would be OK).  With this it was able to mount a flash drive and 
transfer some files from the drive to the guest.  The patch applies to 
current cvs.

The 'FreeBSD Workaround' can best be explained by this:

http://fxr.watson.org/fxr/source/dev/usb/uhub.c?v=RELENG6#L83

The data for the status change enpdoint in FreeBSD's uhub layer is a 
fixed byte.  This is of course incorrect and the patch compensates 
slightly for this in order to allow the driver to at least run.


http://gnome.dnsalias.net/patches/qemu-hubfixups.patch

                 reply	other threads:[~2006-03-17  8:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=441A70C8.1060109@austin.rr.com \
    --to=lmendez19@austin.rr.com \
    --cc=qemu-devel@nongnu.org \
    /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.