diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2011-01-21 17:56:50 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-01-21 17:56:50 +0100 |
commit | b947c12c0bb217fe09968e652873e0d22b269d68 (patch) | |
tree | 1fbb289269c4d28d310391a5bdd4fe667feda1ca /MAINTAINERS | |
parent | 543c4c94cf235d11315157bab25a24f7d9a48711 (diff) | |
parent | ace1318b8ea95efa332fb3e8e159924d4f928753 (diff) | |
download | qemu-b947c12c0bb217fe09968e652873e0d22b269d68.tar.gz qemu-b947c12c0bb217fe09968e652873e0d22b269d68.tar.bz2 qemu-b947c12c0bb217fe09968e652873e0d22b269d68.zip |
Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemu
* 'usb.4' of git://anongit.freedesktop.org/spice/qemu: (32 commits)
usb: zap pdev from usbport
usb: rewrite fw path, fix numbering
usb: add port property.
usb: keep track of physical port address.
usb storage: handle long responses
usb storage: fix status reporting
usb storage: high speed support
usb: add device qualifier support
usb: add usb_desc_attach
usb: add attach callback
usb: add speed mask to ports
usb: hid: change serial number to "42".
usb: hid: remote wakeup support.
usb: hub: remote wakeup support.
usb: uhci: remote wakeup support.
usb: add usb_wakeup() + wakeup callback to port ops
usb: rework attach/detach workflow
usb: create USBPortOps, move attach there.
usb: move remote wakeup handling to common code
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 98db32216f..f20d390d0c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -329,8 +329,8 @@ F: hw/lsi53c895a.c F: hw/scsi* USB -M: qemu-devel@nongnu.org -S: Odd Fixes +M: Gerd Hoffmann <kraxel@redhat.com> +S: Maintained F: hw/usb* vhost |