1. e4b1776 usb-linux: allow "compatible" high speed devices to connect at fullspeed by Hans de Goede · 14 years ago
  2. ba3f9bf usb: Add a speedmask to devices by Hans de Goede · 14 years ago
  3. fa19bf8 usb: Proper error propagation for usb_device_attach errors by Hans de Goede · 14 years ago
  4. 8288726 usb-linux: track inflight iso urb count by Gerd Hoffmann · 14 years ago
  5. b81bcd8 usb-linux: make iso urb count contigurable by Gerd Hoffmann · 14 years ago
  6. ca3a36c usb-linux: add get_endp() by Gerd Hoffmann · 14 years ago
  7. f8ddbfb usb-linux: Enlarge buffer for descriptors to 8192 bytes by Hans de Goede · 14 years ago
  8. 1f45a81 usb-linux: only cleanup in host_close when host_open was successful. by Gerd Hoffmann · 14 years ago
  9. 97f8616 usb-linux: Don't try to open the same device twice by Hans de Goede · 14 years ago
  10. 130314f usb-linux: Ensure devep != 0 by Hans de Goede · 14 years ago
  11. 61c1117 usb-linux: Don't do perror when errno is not set by Hans de Goede · 14 years ago
  12. f264cfb usb-linux: Teach about super speed by Hans de Goede · 14 years ago
  13. 3991c35 usb-linux: Get speed from sysfs rather then from the connectinfo ioctl by Hans de Goede · 14 years ago
  14. 41c01ee usb-linux: catch ENODEV in more places. by Gerd Hoffmann · 14 years ago
  15. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  16. eb5e680 usb: move cancel callback to USBDeviceInfo by Gerd Hoffmann · 14 years ago
  17. 6dfcdcc usb-linux: fix max_packet_size for highspeed. by Gerd Hoffmann · 14 years ago
  18. 7113853 usb-linux: split large xfers by Gerd Hoffmann · 14 years ago
  19. 227ebeb usb-linux: walk async urb list in cancel by Gerd Hoffmann · 14 years ago
  20. 7a8fc83 usb-linux: track aurbs in list by Gerd Hoffmann · 14 years ago
  21. 9056a29 usb-linux: add hostport property by Gerd Hoffmann · 14 years ago
  22. 5557d82 usb-linux: fix device path aka physical port handling by Gerd Hoffmann · 14 years ago
  23. 50b7963 usb-linux: use usb_generic_handle_packet() by Hans de Goede · 14 years ago
  24. 0225e25 usb-linux: Add missing break statement by Stefan Weil · 14 years ago
  25. 13a9a0d usb: move complete callback to port ops by Gerd Hoffmann · 14 years ago
  26. bb6d549 usb-linux: Add support for buffering iso out usb packets by Hans de Goede · 14 years ago
  27. 3a4854b usb-linux: We only need to keep track of 15 endpoints by Hans de Goede · 14 years ago
  28. 975f299 usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0) by Hans de Goede · 14 years ago
  29. a0b5fec usb-linux: Refuse packets for endpoints which are not in the usb descriptor by Hans de Goede · 14 years ago
  30. 060dc84 usb-linux: Add support for buffering iso usb packets by Hans de Goede · 14 years ago
  31. c43831f usb-linux: Get the alt. setting from sysfs rather then asking the dev by Hans de Goede · 14 years ago
  32. ed3a328 usb-linux: introduce a usb_linux_alt_setting function by Hans de Goede · 14 years ago
  33. a010208 usb: fix spelling errors in usb-linux.c by Brad Hards · 14 years ago
  34. 021730f usb: initialise data element in Linux USB_DISCONNECT ioctl by Brad Hards · 14 years ago
  35. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  36. 2cc59d8 usb-linux: Get the active configuration from sysfs rather then asking the dev by Hans de Goede · 14 years ago
  37. 71d71bb usb-linux: introduce a usb_linux_get_configuration function by Hans de Goede · 14 years ago
  38. 0f5160d usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYS by Hans de Goede · 14 years ago
  39. b373a63 Return usb device to host on exit by Shahar Havivi · 15 years ago
  40. 00ff227 Return usb device to host on usb_del command by Shahar Havivi · 15 years ago
  41. 2791104 Changes to usb-linux to conform to coding style by David Ahern · 15 years ago
  42. d4c4e6f usb: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  43. ddbda43 Revert "usb-linux: remove unreachable default in switch statement" by Anthony Liguori · 15 years ago
  44. 3c9c706 usb-linux: remove unreachable default in switch statement by Paul Bolle · 15 years ago
  45. 4491e0f usb: Remove disabled monitor_printf() in usb_read_file() by Markus Armbruster · 15 years ago
  46. d0f2c4c Do not use dprintf by malc · 15 years ago
  47. fd7a446 usb-linux: increase buffer for USB control requests by Christian Krause · 15 years ago
  48. b29a7de usb-linux.c: remove write-only variable by Paolo Bonzini · 15 years ago
  49. 9f99cee usb-linux.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  50. beb6f0d Fix QEMU_WARN_UNUSED_RESULT by Kevin Wolf · 15 years ago
  51. eba6fe8 usb-host: check mon before using it. by Gerd Hoffmann · 15 years ago
  52. 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
  53. 0638469 qdev: Separate USB product description from qdev name by Markus Armbruster · 15 years ago
  54. 0fe6d12 qdev: Rename USBDevice member devname to product_desc by Markus Armbruster · 15 years ago
  55. 0745eb1 Fix recently introduced bugs in -usbdevice host by Markus Armbruster · 15 years ago
  56. 26a9e82 usb-host: use qdev for -usbdevice + rework. by Gerd Hoffmann · 15 years ago
  57. dcc7e25 usb-linux: return USB_RET_STALL on -EPIPE by Paul Bolle · 15 years ago
  58. 33e66b8 Check return value of qdev_init() by Markus Armbruster · 15 years ago
  59. 05a9169 Unbreak USB autoconnect filters by Markus Armbruster · 15 years ago
  60. 22f84e7 unbreak usb pass-through on linux. by Gerd Hoffmann · 16 years ago
  61. b2e3b6e Use proper format conversion specifier when printing size_t value by malc · 16 years ago
  62. c4c0e23 usb-linux.c: fix buffer overflow by Jim Paris · 16 years ago
  63. a5d2f72 qdev/usb: make qemu aware of usb busses. by Gerd Hoffmann · 16 years ago
  64. 806b602 qdev/usb: add usb bus support to qdev, convert drivers. by Gerd Hoffmann · 16 years ago
  65. 179da8a USB: use opaque parameter passing for monitor handle by Blue Swirl · 16 years ago
  66. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  67. 5549624 Prefer sysfs for USB host devices by Mark McLoughlin · 16 years ago
  68. d55ebf5 USB serial device support by Jason Wessel · 16 years ago
  69. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  70. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  71. b4e237a Suppress a -Werror=format-security warning by blueswir1 · 16 years ago
  72. 6806364 Native BSD host USB support (Juergen Lock, Lonnie Mendez) by blueswir1 · 16 years ago
  73. 47398b9 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger by blueswir1 · 16 years ago
  74. e41b391 Use locally defined structure. by pbrook · 16 years ago
  75. 5be8e1f Silence warnings about unused variables by blueswir1 · 16 years ago
  76. f16a0db Keep usb host scanning from leaking file descriptors by aliguori · 16 years ago
  77. 22babeb Fix broken USB support for Linux host (Bjorn Danielsson) by aliguori · 16 years ago
  78. 0f43152 Add USB sys file-system support (v8) (TJ) by aliguori · 16 years ago
  79. ac4ffb5 Don't use sprintf() or strcpy() by aliguori · 17 years ago
  80. d9cf157 Define a few structures instead of including a file, add "static" by blueswir1 · 17 years ago
  81. 5d0c575 usb: Support for removing device by host addr, improved auto filter syntax (Max Krasnyansky) by aliguori · 17 years ago
  82. 446ab12 husb: Make control transactions asynchronous (Max Krasnyansky) by aliguori · 17 years ago
  83. 0d38064 husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky) by aliguori · 17 years ago
  84. 24772c1 husb: remove disconnect detection timer (Max Krasnyansky) by aliguori · 17 years ago
  85. 6483817 husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky) by aliguori · 17 years ago
  86. 4b096fc husb: support for USB host device auto connect (Max Krasnyansky) by aliguori · 17 years ago
  87. 1f3870a husb: support for USB host device auto disconnect (Max Krasnyansky) by aliguori · 17 years ago
  88. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  89. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  90. 046833e Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa. by balrog · 17 years ago
  91. 4d043a0 Quiet warnings introduced with the USB iso support. by balrog · 17 years ago
  92. b9dc033 USB iso transfers support for the linux redirector and for UHCI, by Arnon Gilboa. by balrog · 17 years ago
  93. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  94. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  95. a42aa81 Build fix for newer kernel headers, thanks Jason Wessel. by ths · 18 years ago
  96. 4d611c9 SCSI and USB async IO support. by pbrook · 19 years ago
  97. 059809e usb destroy API change (Lonnie Mendez) by bellard · 19 years ago
  98. 3b2ccc5 Linux compilation fix by bellard · 19 years ago
  99. 1f6e24e display device identifier string for user with info usb (Lonnie Mendez) by bellard · 19 years ago
  100. 2e5d83b Rearrange SCSI disk emulation code. Add USB mass storage device emulation. by pbrook · 19 years ago