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