]> git.proxmox.com Git - qemu.git/history - usb-linux.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / usb-linux.c
2010-06-30 Shahar HaviviReturn usb device to host on exit
2010-06-30 Shahar HaviviReturn usb device to host on usb_del command
2010-05-03 David AhernChanges to usb-linux to conform to coding style
2010-04-25 Blue Swirlusb: remove dead assignments, spotted by clang analyzer
2010-03-19 Anthony LiguoriRevert "usb-linux: remove unreachable default in switch...
2010-03-17 Paul Bolleusb-linux: remove unreachable default in switch statement
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrusterusb: Remove disabled monitor_printf() in usb_read_file()
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 malcDo not use dprintf
2010-02-06 Christian Krauseusb-linux: increase buffer for USB control requests
2010-02-05 Paolo Bonziniusb-linux.c: remove write-only variable
2010-01-26 Kirill A. Shutemovusb-linux.c: fix warning with _FORTIFY_SOURCE
2010-01-19 Kevin WolfFix QEMU_WARN_UNUSED_RESULT
2009-12-18 Gerd Hoffmannusb-host: check mon before using it.
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-12 Markus Armbrusterqdev: Separate USB product description from qdev name
2009-12-12 Markus Armbrusterqdev: Rename USBDevice member devname to product_desc
2009-12-03 Markus ArmbrusterFix recently introduced bugs in -usbdevice host
2009-10-30 Gerd Hoffmannusb-host: use qdev for -usbdevice + rework.
2009-10-27 Paul Bolleusb-linux: return USB_RET_STALL on -EPIPE
2009-10-07 Markus ArmbrusterCheck return value of qdev_init()
2009-10-07 Markus ArmbrusterUnbreak USB autoconnect filters
2009-09-25 Gerd Hoffmannunbreak usb pass-through on linux.
2009-09-11 malcUse proper format conversion specifier when printing...
2009-09-11 Jim Parisusb-linux.c: fix buffer overflow
2009-09-09 Gerd Hoffmannqdev/usb: make qemu aware of usb busses.
2009-09-09 Gerd Hoffmannqdev/usb: add usb bus support to qdev, convert drivers.
2009-09-07 Blue SwirlUSB: use opaque parameter passing for monitor handle
2009-07-31 Blue SwirlFix Sparse warnings: "Using plain integer as NULL pointer"
2009-07-10 Mark McLoughlinPrefer sysfs for USB host devices
2009-05-22 Jason WesselUSB serial device support
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2008-12-28 blueswir1Suppress a -Werror=format-security warning
2008-11-22 blueswir1Native BSD host USB support (Juergen Lock, Lonnie Mendez)
2008-11-22 blueswir1Use qemu_isfoobar and qemu_towombat versions, based...
2008-10-28 pbrookUse locally defined structure.
2008-10-25 blueswir1Silence warnings about unused variables
2008-10-21 aliguoriKeep usb host scanning from leaking file descriptors
2008-10-21 aliguoriFix broken USB support for Linux host (Bjorn Danielsson)
2008-10-07 aliguoriAdd USB sys file-system support (v8) (TJ)
2008-09-22 aliguoriDon't use sprintf() or strcpy()
2008-09-15 blueswir1Define a few structures instead of including a file...
2008-09-14 aliguoriusb: Support for removing device by host addr, improved...
2008-09-14 aliguorihusb: Make control transactions asynchronous (Max Krasn...
2008-08-21 aliguorihusb: Fixup printfs and stuff based on the review comme...
2008-08-21 aliguorihusb: remove disconnect detection timer (Max Krasnyansky)
2008-08-21 aliguorihusb: rewrite Linux host USB layer, fully async operati...
2008-08-21 aliguorihusb: support for USB host device auto connect (Max...
2008-08-21 aliguorihusb: support for USB host device auto disconnect ...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-31 balrogUse a O_NONBLOCK pipe for iso completion signals for...
2007-10-04 balrogQuiet warnings introduced with the USB iso support.
2007-10-04 balrogUSB iso transfers support for the linux redirector...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-12-10 thsBuild fix for newer kernel headers, thanks Jason Wessel.
2006-08-12 pbrookSCSI and USB async IO support.
2006-07-19 bellardusb destroy API change (Lonnie Mendez)
2006-07-19 bellardLinux compilation fix
2006-06-26 bellarddisplay device identifier string for user with info...
2006-05-25 pbrookRearrange SCSI disk emulation code.
2006-03-11 pbrookTweak UHCI device settings. Ignore host root hubs.
2005-11-13 bellardcorrect use of USBDEVFS_DISCONNECT
2005-11-06 bellardUSB user interface
2005-11-05 bellardinitial USB support