Age | Commit message (Expand) | Author |
2009-10-30 | usb-host: use qdev for -usbdevice + rework. | Gerd Hoffmann |
2009-10-27 | usb-linux: return USB_RET_STALL on -EPIPE | Paul Bolle |
2009-10-07 | Check return value of qdev_init() | Markus Armbruster |
2009-10-07 | Unbreak USB autoconnect filters | Markus Armbruster |
2009-09-25 | unbreak usb pass-through on linux. | Gerd Hoffmann |
2009-09-12 | Use proper format conversion specifier when printing size_t value | malc |
2009-09-11 | usb-linux.c: fix buffer overflow | Jim Paris |
2009-09-09 | qdev/usb: make qemu aware of usb busses. | Gerd Hoffmann |
2009-09-09 | qdev/usb: add usb bus support to qdev, convert drivers. | Gerd Hoffmann |
2009-09-07 | USB: use opaque parameter passing for monitor handle | Blue Swirl |
2009-07-31 | Fix Sparse warnings: "Using plain integer as NULL pointer" | Blue Swirl |
2009-07-10 | Prefer sysfs for USB host devices | Mark McLoughlin |
2009-05-22 | USB serial device support | Jason Wessel |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori |
2009-02-05 | toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2008-12-28 | Suppress a -Werror=format-security warning | blueswir1 |
2008-11-22 | Native BSD host USB support (Juergen Lock, Lonnie Mendez) | blueswir1 |
2008-11-22 | Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger | blueswir1 |
2008-10-28 | Use locally defined structure. | pbrook |
2008-10-25 | Silence warnings about unused variables | blueswir1 |
2008-10-21 | Keep usb host scanning from leaking file descriptors | aliguori |
2008-10-21 | Fix broken USB support for Linux host (Bjorn Danielsson) | aliguori |
2008-10-07 | Add USB sys file-system support (v8) (TJ) | aliguori |
2008-09-22 | Don't use sprintf() or strcpy() | aliguori |
2008-09-15 | Define a few structures instead of including a file, add "static" | blueswir1 |
2008-09-14 | usb: Support for removing device by host addr, improved auto filter syntax (M... | aliguori |
2008-09-14 | husb: Make control transactions asynchronous (Max Krasnyansky) | aliguori |
2008-08-21 | husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky) | aliguori |
2008-08-21 | husb: remove disconnect detection timer (Max Krasnyansky) | aliguori |
2008-08-21 | husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky) | aliguori |
2008-08-21 | husb: support for USB host device auto connect (Max Krasnyansky) | aliguori |
2008-08-21 | husb: support for USB host device auto disconnect (Max Krasnyansky) | aliguori |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook |
2007-11-17 | Break up vl.h. | pbrook |
2007-10-31 | Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ... | balrog |
2007-10-04 | Quiet warnings introduced with the USB iso support. | balrog |
2007-10-04 | USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil... | balrog |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2006-12-10 | Build fix for newer kernel headers, thanks Jason Wessel. | ths |
2006-08-12 | SCSI and USB async IO support. | pbrook |
2006-07-19 | usb destroy API change (Lonnie Mendez) | bellard |
2006-07-19 | Linux compilation fix | bellard |
2006-06-26 | display device identifier string for user with info usb (Lonnie Mendez) | bellard |
2006-05-25 | Rearrange SCSI disk emulation code. | pbrook |
2006-03-11 | Tweak UHCI device settings. Ignore host root hubs. | pbrook |
2005-11-13 | correct use of USBDEVFS_DISCONNECT | bellard |
2005-11-06 | USB user interface | bellard |
2005-11-05 | initial USB support | bellard |