aboutsummaryrefslogtreecommitdiffstats
path: root/usb-linux.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-26usb: move cancel callback to USBDeviceInfoGerd Hoffmann1-4/+3
2011-05-26usb-linux: fix max_packet_size for highspeed.Gerd Hoffmann1-2/+17
2011-05-26usb-linux: split large xfersGerd Hoffmann1-23/+41
2011-05-26usb-linux: walk async urb list in cancelGerd Hoffmann1-11/+17
2011-05-26usb-linux: track aurbs in listGerd Hoffmann1-7/+11
2011-05-26usb-linux: add hostport propertyGerd Hoffmann1-2/+7
2011-05-26usb-linux: fix device path aka physical port handlingGerd Hoffmann1-22/+20
2011-05-26usb-linux: use usb_generic_handle_packet()Hans de Goede1-242/+27
2011-05-09usb-linux: Add missing break statementStefan Weil1-0/+1
2011-05-04usb: move complete callback to port opsGerd Hoffmann1-1/+1
2011-05-04usb-linux: Add support for buffering iso out usb packetsHans de Goede1-51/+101
2011-05-04usb-linux: We only need to keep track of 15 endpointsHans de Goede1-3/+3
2011-05-04usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede1-1/+5
2011-05-04usb-linux: Refuse packets for endpoints which are not in the usb descriptorHans de Goede1-0/+13
2011-05-04usb-linux: Add support for buffering iso usb packetsHans de Goede1-17/+226
2011-05-04usb-linux: Get the alt. setting from sysfs rather then asking the devHans de Goede1-0/+18
2011-05-04usb-linux: introduce a usb_linux_alt_setting functionHans de Goede1-15/+25
2011-04-16usb: fix spelling errors in usb-linux.cBrad Hards1-2/+2
2011-04-16usb: initialise data element in Linux USB_DISCONNECT ioctlBrad Hards1-0/+1