1. 0745eb1 Fix recently introduced bugs in -usbdevice host by Markus Armbruster · 15 years ago
  2. 26a9e82 usb-host: use qdev for -usbdevice + rework. by Gerd Hoffmann · 15 years ago
  3. dcc7e25 usb-linux: return USB_RET_STALL on -EPIPE by Paul Bolle · 15 years ago
  4. 33e66b8 Check return value of qdev_init() by Markus Armbruster · 15 years ago
  5. 05a9169 Unbreak USB autoconnect filters by Markus Armbruster · 15 years ago
  6. 22f84e7 unbreak usb pass-through on linux. by Gerd Hoffmann · 15 years ago
  7. b2e3b6e Use proper format conversion specifier when printing size_t value by malc · 15 years ago
  8. c4c0e23 usb-linux.c: fix buffer overflow by Jim Paris · 16 years ago
  9. a5d2f72 qdev/usb: make qemu aware of usb busses. by Gerd Hoffmann · 16 years ago
  10. 806b602 qdev/usb: add usb bus support to qdev, convert drivers. by Gerd Hoffmann · 16 years ago
  11. 179da8a USB: use opaque parameter passing for monitor handle by Blue Swirl · 15 years ago
  12. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  13. 5549624 Prefer sysfs for USB host devices by Mark McLoughlin · 16 years ago
  14. d55ebf5 USB serial device support by Jason Wessel · 16 years ago
  15. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  16. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  17. b4e237a Suppress a -Werror=format-security warning by blueswir1 · 16 years ago
  18. 6806364 Native BSD host USB support (Juergen Lock, Lonnie Mendez) by blueswir1 · 16 years ago
  19. 47398b9 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger by blueswir1 · 16 years ago
  20. e41b391 Use locally defined structure. by pbrook · 16 years ago
  21. 5be8e1f Silence warnings about unused variables by blueswir1 · 16 years ago
  22. f16a0db Keep usb host scanning from leaking file descriptors by aliguori · 16 years ago
  23. 22babeb Fix broken USB support for Linux host (Bjorn Danielsson) by aliguori · 16 years ago
  24. 0f43152 Add USB sys file-system support (v8) (TJ) by aliguori · 16 years ago
  25. ac4ffb5 Don't use sprintf() or strcpy() by aliguori · 16 years ago
  26. d9cf157 Define a few structures instead of including a file, add "static" by blueswir1 · 16 years ago
  27. 5d0c575 usb: Support for removing device by host addr, improved auto filter syntax (Max Krasnyansky) by aliguori · 16 years ago
  28. 446ab12 husb: Make control transactions asynchronous (Max Krasnyansky) by aliguori · 16 years ago
  29. 0d38064 husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky) by aliguori · 17 years ago
  30. 24772c1 husb: remove disconnect detection timer (Max Krasnyansky) by aliguori · 17 years ago
  31. 6483817 husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky) by aliguori · 17 years ago
  32. 4b096fc husb: support for USB host device auto connect (Max Krasnyansky) by aliguori · 17 years ago
  33. 1f3870a husb: support for USB host device auto disconnect (Max Krasnyansky) by aliguori · 17 years ago
  34. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  35. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  36. 046833e Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa. by balrog · 17 years ago
  37. 4d043a0 Quiet warnings introduced with the USB iso support. by balrog · 17 years ago
  38. b9dc033 USB iso transfers support for the linux redirector and for UHCI, by Arnon Gilboa. by balrog · 17 years ago
  39. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  40. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  41. a42aa81 Build fix for newer kernel headers, thanks Jason Wessel. by ths · 18 years ago
  42. 4d611c9 SCSI and USB async IO support. by pbrook · 19 years ago
  43. 059809e usb destroy API change (Lonnie Mendez) by bellard · 19 years ago
  44. 3b2ccc5 Linux compilation fix by bellard · 19 years ago
  45. 1f6e24e display device identifier string for user with info usb (Lonnie Mendez) by bellard · 19 years ago
  46. 2e5d83b Rearrange SCSI disk emulation code. Add USB mass storage device emulation. by pbrook · 19 years ago
  47. 38ca0f6 Tweak UHCI device settings. Ignore host root hubs. by pbrook · 19 years ago
  48. 868bfe2 correct use of USBDEVFS_DISCONNECT by bellard · 19 years ago
  49. a594cfb USB user interface by bellard · 19 years ago
  50. bb36d47 initial USB support by bellard · 19 years ago