aboutsummaryrefslogtreecommitdiff
path: root/usb-linux.c
AgeCommit message (Expand)Author
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-17usb: add max_packet_size to USBEndpointGerd Hoffmann
2012-01-17usb/debug: add usb_ep_dumpGerd Hoffmann
2012-01-17usb: add ifnum to USBEndpointGerd Hoffmann
2012-01-17usb: add USBEndpointGerd Hoffmann
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann
2012-01-13usb: track configuration and interface count in USBDevice.Gerd Hoffmann
2012-01-13usb-host: rip out legacy procfs supportGerd Hoffmann
2012-01-06usb-host: properly release port on unplug & exitGerd Hoffmann
2012-01-04Fix parse of usb device description with multiple configurationsCao,Bing Bu
2011-11-23usb-host: add usb_host_do_reset function.Gerd Hoffmann
2011-11-21usb-linux: fix /proc/bus/usb/devices scanGerd Hoffmann
2011-11-01usb-host: fix host closeGerd Hoffmann
2011-10-13usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSYGerd Hoffmann
2011-10-13usb-host: factor out codeGerd Hoffmann
2011-09-07usb-host: tag as unmigratableGerd Hoffmann
2011-09-07usb-host: parse port in /proc/bus/usb/devices scanGerd Hoffmann
2011-09-07usb-host: constify portGerd Hoffmann
2011-09-07usb-host: endpoint table fixupGerd Hoffmann
2011-09-07usb-host: claim portGerd Hoffmann
2011-09-07usb-host: fix configuration tracking.Gerd Hoffmann
2011-09-07usb-host: limit open retriesGerd Hoffmann
2011-09-07usb-host: fix halted endpointsGerd Hoffmann
2011-09-07usb-host: reapurb error report fixGerd Hoffmann
2011-09-07usb-host: start tracing supportGerd Hoffmann
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04usb-host: iovec supportGerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-23notifier: Pass data argument to callbackJan Kiszka
2011-06-23usb-linux: allow "compatible" high speed devices to connect at fullspeedHans de Goede
2011-06-23usb: Add a speedmask to devicesHans de Goede
2011-06-23usb: Proper error propagation for usb_device_attach errorsHans de Goede
2011-06-23usb-linux: track inflight iso urb countGerd Hoffmann
2011-06-23usb-linux: make iso urb count contigurableGerd Hoffmann
2011-06-23usb-linux: add get_endp()Gerd Hoffmann
2011-06-14usb-linux: Enlarge buffer for descriptors to 8192 bytesHans de Goede
2011-06-14usb-linux: only cleanup in host_close when host_open was successful.Gerd Hoffmann
2011-06-14usb-linux: Don't try to open the same device twiceHans de Goede
2011-06-14usb-linux: Ensure devep != 0Hans de Goede
2011-06-14usb-linux: Don't do perror when errno is not setHans de Goede
2011-06-14usb-linux: Teach about super speedHans de Goede
2011-06-14usb-linux: Get speed from sysfs rather then from the connectinfo ioctlHans de Goede
2011-06-14usb-linux: catch ENODEV in more places.Gerd Hoffmann
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond