aboutsummaryrefslogtreecommitdiffstats
path: root/usb-linux.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-2/+2
2010-11-16usb-linux: Get the active configuration from sysfs rather then asking the devHans de Goede1-0/+19
2010-11-16usb-linux: introduce a usb_linux_get_configuration functionHans de Goede1-8/+22
2010-11-16usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYSHans de Goede1-11/+15
2010-06-30Return usb device to host on exitShahar Havivi1-0/+14
2010-06-30Return usb device to host on usb_del commandShahar Havivi1-0/+1
2010-05-03Changes to usb-linux to conform to coding styleDavid Ahern1-149/+224
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-03-19Revert "usb-linux: remove unreachable default in switch statement"Anthony Liguori1-0/+3
2010-03-17usb-linux: remove unreachable default in switch statementPaul Bolle1-3/+0
2010-03-16usb: Remove disabled monitor_printf() in usb_read_file()Markus Armbruster1-8/+0
2010-02-07Do not use dprintfmalc1-26/+26
2010-02-06usb-linux: increase buffer for USB control requestsChristian Krause1-1/+1
2010-02-05usb-linux.c: remove write-only variablePaolo Bonzini1-2/+0
2010-01-26usb-linux.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-2/+1
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf1-1/+1