diff options
author | pav <pav@FreeBSD.org> | 2006-03-26 23:11:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-26 23:11:36 +0800 |
commit | 08eb40ad996a356f43b8abf6bb3f866d3553d5dc (patch) | |
tree | 0f065cbed658329ffe1d10d800c0f7c80bae0337 /emulators/qemu-devel/files/patch-usb-uhub-CPEfix | |
parent | 2bdfafa1d7a81d76fb87c3a9f87af78accf87595 (diff) | |
download | freebsd-ports-gnome-08eb40ad996a356f43b8abf6bb3f866d3553d5dc.tar.gz freebsd-ports-gnome-08eb40ad996a356f43b8abf6bb3f866d3553d5dc.tar.zst freebsd-ports-gnome-08eb40ad996a356f43b8abf6bb3f866d3553d5dc.zip |
- Lonnie sent me updates to 2 of his usb fixes,
- and posted another usb bugfix affecting FreeBSD guests
- (optionally) seperate out the two WITH_HACKS patches after I learned the
cirrus patch can cause problems with xp guests too
PR: ports/94949
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu-devel/files/patch-usb-uhub-CPEfix')
-rw-r--r-- | emulators/qemu-devel/files/patch-usb-uhub-CPEfix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-usb-uhub-CPEfix b/emulators/qemu-devel/files/patch-usb-uhub-CPEfix new file mode 100644 index 000000000000..30ad3ed9e925 --- /dev/null +++ b/emulators/qemu-devel/files/patch-usb-uhub-CPEfix @@ -0,0 +1,9 @@ +Index: qemu/hw/usb.c +@@ -508,7 +518,6 @@ + USB_MSG_RESET, 0, 0, NULL, 0); + port->wPortChange |= PORT_STAT_C_RESET; + /* set enable bit */ +- port->wPortChange |= PORT_STAT_C_ENABLE; + port->wPortStatus |= PORT_STAT_ENABLE; + } + break; |