121 Commits (1d769ceda65eef76bad3356f5b7b0ce8a61e5d76)

Author SHA1 Message Date
Gerd Hoffmann 39fba3ada9 usb-host: fix host close 15 years ago
Gerd Hoffmann 0fcc3bfc0f usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY 15 years ago
Gerd Hoffmann e627472731 usb-host: factor out code 15 years ago
Gerd Hoffmann d679157868 usb-host: tag as unmigratable 15 years ago
Gerd Hoffmann 0c402e5abb usb-host: parse port in /proc/bus/usb/devices scan 15 years ago
Gerd Hoffmann ba9acab9bf usb-host: constify port 15 years ago
Gerd Hoffmann c0e5750bc3 usb-host: endpoint table fixup 15 years ago
Gerd Hoffmann 9516bb4772 usb-host: claim port 15 years ago
Gerd Hoffmann eb7700bb99 usb-host: fix configuration tracking. 15 years ago
Gerd Hoffmann 3ee886c5ba usb-host: limit open retries 15 years ago
Gerd Hoffmann 9b87e19bc7 usb-host: fix halted endpoints 15 years ago
Gerd Hoffmann 40197c359b usb-host: reapurb error report fix 15 years ago
Gerd Hoffmann e6a2f50042 usb-host: start tracing support 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Gerd Hoffmann b621bab436 usb-host: iovec support 15 years ago
Gerd Hoffmann 4f4321c11f usb: use iovecs in USBPacket 15 years ago
Jan Kiszka 9e8dd45164 notifier: Pass data argument to callback 15 years ago
Hans de Goede e4b1776765 usb-linux: allow "compatible" high speed devices to connect at fullspeed 15 years ago
Hans de Goede ba3f9bfba9 usb: Add a speedmask to devices 15 years ago
Hans de Goede fa19bf831b usb: Proper error propagation for usb_device_attach errors 15 years ago
Gerd Hoffmann 8288726256 usb-linux: track inflight iso urb count 15 years ago
Gerd Hoffmann b81bcd8aa0 usb-linux: make iso urb count contigurable 15 years ago
Gerd Hoffmann ca3a36cf2b usb-linux: add get_endp() 15 years ago
Hans de Goede f8ddbfbcda usb-linux: Enlarge buffer for descriptors to 8192 bytes 15 years ago
Gerd Hoffmann 1f45a81bef usb-linux: only cleanup in host_close when host_open was successful. 15 years ago
Hans de Goede 97f8616648 usb-linux: Don't try to open the same device twice 15 years ago
Hans de Goede 130314f83d usb-linux: Ensure devep != 0 15 years ago
Hans de Goede 61c1117f08 usb-linux: Don't do perror when errno is not set 15 years ago
Hans de Goede f264cfbf4a usb-linux: Teach about super speed 15 years ago
Hans de Goede 3991c35e85 usb-linux: Get speed from sysfs rather then from the connectinfo ioctl 15 years ago
Gerd Hoffmann 41c01ee715 usb-linux: catch ENODEV in more places. 15 years ago
Alexandre Raymond 9bf0960a9a Fix compilation warning due to missing header for sigaction (followup) 15 years ago
Gerd Hoffmann eb5e680ae5 usb: move cancel callback to USBDeviceInfo 15 years ago
Gerd Hoffmann 6dfcdccb09 usb-linux: fix max_packet_size for highspeed. 15 years ago
Gerd Hoffmann 71138531d3 usb-linux: split large xfers 15 years ago
Gerd Hoffmann 227ebeb535 usb-linux: walk async urb list in cancel 15 years ago
Gerd Hoffmann 7a8fc83f34 usb-linux: track aurbs in list 15 years ago
Gerd Hoffmann 9056a2972a usb-linux: add hostport property 15 years ago
Gerd Hoffmann 5557d82081 usb-linux: fix device path aka physical port handling 15 years ago
Hans de Goede 50b7963e72 usb-linux: use usb_generic_handle_packet() 16 years ago
Stefan Weil 0225e254ae usb-linux: Add missing break statement 15 years ago
Gerd Hoffmann 13a9a0d3e2 usb: move complete callback to port ops 16 years ago
Hans de Goede bb6d5498c6 usb-linux: Add support for buffering iso out usb packets 16 years ago
Hans de Goede 3a4854b372 usb-linux: We only need to keep track of 15 endpoints 16 years ago
Hans de Goede 975f29984d usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0) 16 years ago
Hans de Goede a0b5fece8a usb-linux: Refuse packets for endpoints which are not in the usb descriptor 16 years ago
Hans de Goede 060dc841d1 usb-linux: Add support for buffering iso usb packets 16 years ago
Hans de Goede c43831fb47 usb-linux: Get the alt. setting from sysfs rather then asking the dev 16 years ago
Hans de Goede ed3a328db9 usb-linux: introduce a usb_linux_alt_setting function 16 years ago
Brad Hards a0102082de usb: fix spelling errors in usb-linux.c 16 years ago