summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-15/+19
* usb: separate out legacy usb registration from type registrationAnthony Liguori2012-02-031-1/+2
* usb: convert to QEMU Object ModelAnthony Liguori2012-01-271-16/+21
* usb: add max_packet_size to USBEndpointGerd Hoffmann2012-01-171-26/+5
* usb/debug: add usb_ep_dumpGerd Hoffmann2012-01-171-0/+3
* usb: add ifnum to USBEndpointGerd Hoffmann2012-01-171-0/+1
* usb: add USBEndpointGerd Hoffmann2012-01-171-34/+29
* usb: track altsetting in USBDeviceGerd Hoffmann2012-01-131-0/+10
* usb: track configuration and interface count in USBDevice.Gerd Hoffmann2012-01-131-12/+9
* usb-host: rip out legacy procfs supportGerd Hoffmann2012-01-131-285/+42
* usb-host: properly release port on unplug & exitGerd Hoffmann2012-01-061-8/+20
* Fix parse of usb device description with multiple configurationsCao,Bing Bu2012-01-041-8/+11
* usb-host: add usb_host_do_reset function.Gerd Hoffmann2011-11-231-3/+22
* usb-linux: fix /proc/bus/usb/devices scanGerd Hoffmann2011-11-211-1/+6
* usb-host: fix host closeGerd Hoffmann2011-11-011-2/+4
* usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSYGerd Hoffmann2011-10-131-1/+35
* usb-host: factor out codeGerd Hoffmann2011-10-131-63/+77
* usb-host: tag as unmigratableGerd Hoffmann2011-09-071-0/+6
* usb-host: parse port in /proc/bus/usb/devices scanGerd Hoffmann2011-09-071-3/+13
* usb-host: constify portGerd Hoffmann2011-09-071-5/+8
* usb-host: endpoint table fixupGerd Hoffmann2011-09-071-78/+101
* usb-host: claim portGerd Hoffmann2011-09-071-0/+57
* usb-host: fix configuration tracking.Gerd Hoffmann2011-09-071-63/+19
* usb-host: limit open retriesGerd Hoffmann2011-09-071-1/+12
* usb-host: fix halted endpointsGerd Hoffmann2011-09-071-3/+4
* usb-host: reapurb error report fixGerd Hoffmann2011-09-071-3/+5
* usb-host: start tracing supportGerd Hoffmann2011-09-071-25/+48
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-7/+7
* usb-host: iovec supportGerd Hoffmann2011-08-041-9/+18
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-13/+14
* notifier: Pass data argument to callbackJan Kiszka2011-07-231-1/+1
* usb-linux: allow "compatible" high speed devices to connect at fullspeedHans de Goede2011-06-231-0/+39
* usb: Add a speedmask to devicesHans de Goede2011-06-231-0/+1
* usb: Proper error propagation for usb_device_attach errorsHans de Goede2011-06-231-1/+5
* usb-linux: track inflight iso urb countGerd Hoffmann2011-06-231-1/+25
* usb-linux: make iso urb count contigurableGerd Hoffmann2011-06-231-7/+8
* usb-linux: add get_endp()Gerd Hoffmann2011-06-231-18/+21
* usb-linux: Enlarge buffer for descriptors to 8192 bytesHans de Goede2011-06-141-1/+1
* usb-linux: only cleanup in host_close when host_open was successful.Gerd Hoffmann2011-06-141-4/+4
* usb-linux: Don't try to open the same device twiceHans de Goede2011-06-141-0/+1
* usb-linux: Ensure devep != 0Hans de Goede2011-06-141-0/+5
* usb-linux: Don't do perror when errno is not setHans de Goede2011-06-141-2/+3
* usb-linux: Teach about super speedHans de Goede2011-06-141-2/+9
* usb-linux: Get speed from sysfs rather then from the connectinfo ioctlHans de Goede2011-06-141-16/+21
* usb-linux: catch ENODEV in more places.Gerd Hoffmann2011-06-141-7/+20
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* usb: move cancel callback to USBDeviceInfoGerd Hoffmann2011-05-261-4/+3
* usb-linux: fix max_packet_size for highspeed.Gerd Hoffmann2011-05-261-2/+17
* usb-linux: split large xfersGerd Hoffmann2011-05-261-23/+41
* usb-linux: walk async urb list in cancelGerd Hoffmann2011-05-261-11/+17