Age | Commit message (Expand) | Author |
2012-03-13 | usb: the big rename | Gerd Hoffmann |
2012-03-07 | usb-host: enable pipelineing for bulk endpoints. | Gerd Hoffmann |
2012-03-07 | usb: add USB_RET_IOERROR | Hans de Goede |
2012-03-07 | usb: return BABBLE rather then NAK when we receive too much data | Hans de Goede |
2012-02-27 | usb: Resolve warnings about unassigned bus on usb device creation | Jan Kiszka |
2012-02-15 | Merge remote-tracking branch 'kraxel/usb.38' into staging | Anthony Liguori |
2012-02-15 | qom: Unify type registration | Andreas Färber |
2012-02-10 | usb: Set USBEndpoint in usb_packet_setup(). | Gerd Hoffmann |
2012-02-10 | usb: kill handle_packet callback | Gerd Hoffmann |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-02-03 | usb: separate out legacy usb registration from type registration | Anthony Liguori |
2012-01-27 | usb: convert to QEMU Object Model | Anthony Liguori |
2012-01-17 | usb: add max_packet_size to USBEndpoint | Gerd Hoffmann |
2012-01-17 | usb/debug: add usb_ep_dump | Gerd Hoffmann |
2012-01-17 | usb: add ifnum to USBEndpoint | Gerd Hoffmann |
2012-01-17 | usb: add USBEndpoint | Gerd Hoffmann |
2012-01-13 | usb: track altsetting in USBDevice | Gerd Hoffmann |
2012-01-13 | usb: track configuration and interface count in USBDevice. | Gerd Hoffmann |
2012-01-13 | usb-host: rip out legacy procfs support | Gerd Hoffmann |
2012-01-06 | usb-host: properly release port on unplug & exit | Gerd Hoffmann |
2012-01-04 | Fix parse of usb device description with multiple configurations | Cao,Bing Bu |
2011-11-23 | usb-host: add usb_host_do_reset function. | Gerd Hoffmann |
2011-11-21 | usb-linux: fix /proc/bus/usb/devices scan | Gerd Hoffmann |
2011-11-01 | usb-host: fix host close | Gerd Hoffmann |
2011-10-13 | usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY | Gerd Hoffmann |
2011-10-13 | usb-host: factor out code | Gerd Hoffmann |
2011-09-07 | usb-host: tag as unmigratable | Gerd Hoffmann |
2011-09-07 | usb-host: parse port in /proc/bus/usb/devices scan | Gerd Hoffmann |
2011-09-07 | usb-host: constify port | Gerd Hoffmann |
2011-09-07 | usb-host: endpoint table fixup | Gerd Hoffmann |
2011-09-07 | usb-host: claim port | Gerd Hoffmann |
2011-09-07 | usb-host: fix configuration tracking. | Gerd Hoffmann |
2011-09-07 | usb-host: limit open retries | Gerd Hoffmann |
2011-09-07 | usb-host: fix halted endpoints | Gerd Hoffmann |
2011-09-07 | usb-host: reapurb error report fix | Gerd Hoffmann |
2011-09-07 | usb-host: start tracing support | Gerd Hoffmann |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-04 | usb-host: iovec support | Gerd Hoffmann |
2011-08-04 | usb: use iovecs in USBPacket | Gerd Hoffmann |
2011-07-23 | notifier: Pass data argument to callback | Jan Kiszka |
2011-06-23 | usb-linux: allow "compatible" high speed devices to connect at fullspeed | Hans de Goede |
2011-06-23 | usb: Add a speedmask to devices | Hans de Goede |
2011-06-23 | usb: Proper error propagation for usb_device_attach errors | Hans de Goede |
2011-06-23 | usb-linux: track inflight iso urb count | Gerd Hoffmann |
2011-06-23 | usb-linux: make iso urb count contigurable | Gerd Hoffmann |
2011-06-23 | usb-linux: add get_endp() | Gerd Hoffmann |
2011-06-14 | usb-linux: Enlarge buffer for descriptors to 8192 bytes | Hans de Goede |
2011-06-14 | usb-linux: only cleanup in host_close when host_open was successful. | Gerd Hoffmann |
2011-06-14 | usb-linux: Don't try to open the same device twice | Hans de Goede |
2011-06-14 | usb-linux: Ensure devep != 0 | Hans de Goede |