summaryrefslogtreecommitdiffstats
path: root/hw/usb/host-linux.c
Commit message (Expand)AuthorAgeFilesLines
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* remove double semicolonsDong Xu Wang2013-05-121-2/+2
* use libusb for usb-hostGerd Hoffmann2013-04-161-2/+12
* usb-host: remove usb_host_device_closeGerd Hoffmann2013-02-191-24/+0
* usb-host: move legacy cmd line bitsGerd Hoffmann2013-02-191-100/+1
* HMP: add QDict to info callback handlerWenchao Xia2013-01-171-1/+1
* usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster2013-01-141-1/+1
* usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster2013-01-141-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede2012-12-041-0/+1
* usb-host: fix splitted transfersGerd Hoffmann2012-11-161-2/+5
* usb-host: update tracingGerd Hoffmann2012-11-161-8/+12
* usb: host-linux: Ignore parsing errors of the device descriptorsJan Kiszka2012-11-161-20/+11
* usb-host: scan for usb devices when the vm startsGerd Hoffmann2012-11-161-0/+11
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-59/+69
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-251-1/+2
* usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann2012-09-121-1/+1
* usb: async control xfer fixupGerd Hoffmann2012-08-161-0/+1
* usb-host: add trace events for iso xfersGerd Hoffmann2012-07-091-4/+6
* usb: split endpoint init and resetGerd Hoffmann2012-07-091-2/+3
* usb-host: live migration supportGerd Hoffmann2012-06-201-1/+46
* usb-host: attach only to running guestGerd Hoffmann2012-06-201-15/+17
* usb-host: handle guest-issued clear haltGerd Hoffmann2012-05-141-0/+9
* usb-host: fix zero-length packetsGerd Hoffmann2012-04-261-3/+3
* usb-host: don't dereference invalid iovecsGerd Hoffmann2012-04-261-3/+3
* usb-host: rewrite usb_linux_update_endp_tableGerd Hoffmann2012-04-171-93/+101
* usb-host: add property to turn off pipeliningGerd Hoffmann2012-04-171-1/+9
* usb-host: add usb packet to request tracepointsGerd Hoffmann2012-04-171-12/+14
* usb-host: trace canceled requestsGerd Hoffmann2012-04-171-1/+3
* usb-host: trace emulated requestsGerd Hoffmann2012-04-171-3/+9
* Add bootindex support to usb-host and usb-redirGerd Hoffmann2012-04-171-0/+3
* usb: the big renameGerd Hoffmann2012-03-131-0/+1913
OpenPOWER on IntegriCloud