aboutsummaryrefslogtreecommitdiff
path: root/usb-linux.c
AgeCommit message (Expand)Author
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
2011-05-26usb: move cancel callback to USBDeviceInfoGerd Hoffmann
2011-05-26usb-linux: fix max_packet_size for highspeed.Gerd Hoffmann
2011-05-26usb-linux: split large xfersGerd Hoffmann
2011-05-26usb-linux: walk async urb list in cancelGerd Hoffmann
2011-05-26usb-linux: track aurbs in listGerd Hoffmann
2011-05-26usb-linux: add hostport propertyGerd Hoffmann
2011-05-26usb-linux: fix device path aka physical port handlingGerd Hoffmann
2011-05-26usb-linux: use usb_generic_handle_packet()Hans de Goede
2011-05-09usb-linux: Add missing break statementStefan Weil
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-05-04usb-linux: Add support for buffering iso out usb packetsHans de Goede
2011-05-04usb-linux: We only need to keep track of 15 endpointsHans de Goede
2011-05-04usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede
2011-05-04usb-linux: Refuse packets for endpoints which are not in the usb descriptorHans de Goede
2011-05-04usb-linux: Add support for buffering iso usb packetsHans de Goede
2011-05-04usb-linux: Get the alt. setting from sysfs rather then asking the devHans de Goede
2011-05-04usb-linux: introduce a usb_linux_alt_setting functionHans de Goede
2011-04-16usb: fix spelling errors in usb-linux.cBrad Hards
2011-04-16usb: initialise data element in Linux USB_DISCONNECT ioctlBrad Hards
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2010-11-16usb-linux: Get the active configuration from sysfs rather then asking the devHans de Goede