summaryrefslogtreecommitdiffstats
path: root/usb-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-7/+7
* usb-host: iovec supportGerd Hoffmann2011-08-041-9/+18
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-13/+14
* notifier: Pass data argument to callbackJan Kiszka2011-07-231-1/+1
* usb-linux: allow "compatible" high speed devices to connect at fullspeedHans de Goede2011-06-231-0/+39
* usb: Add a speedmask to devicesHans de Goede2011-06-231-0/+1
* usb: Proper error propagation for usb_device_attach errorsHans de Goede2011-06-231-1/+5
* usb-linux: track inflight iso urb countGerd Hoffmann2011-06-231-1/+25
* usb-linux: make iso urb count contigurableGerd Hoffmann2011-06-231-7/+8
* usb-linux: add get_endp()Gerd Hoffmann2011-06-231-18/+21
* usb-linux: Enlarge buffer for descriptors to 8192 bytesHans de Goede2011-06-141-1/+1
* usb-linux: only cleanup in host_close when host_open was successful.Gerd Hoffmann2011-06-141-4/+4
* usb-linux: Don't try to open the same device twiceHans de Goede2011-06-141-0/+1
* usb-linux: Ensure devep != 0Hans de Goede2011-06-141-0/+5
* usb-linux: Don't do perror when errno is not setHans de Goede2011-06-141-2/+3
* usb-linux: Teach about super speedHans de Goede2011-06-141-2/+9
* usb-linux: Get speed from sysfs rather then from the connectinfo ioctlHans de Goede2011-06-141-16/+21
* usb-linux: catch ENODEV in more places.Gerd Hoffmann2011-06-141-7/+20
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* usb: move cancel callback to USBDeviceInfoGerd Hoffmann2011-05-261-4/+3
* usb-linux: fix max_packet_size for highspeed.Gerd Hoffmann2011-05-261-2/+17
* usb-linux: split large xfersGerd Hoffmann2011-05-261-23/+41
* usb-linux: walk async urb list in cancelGerd Hoffmann2011-05-261-11/+17
* usb-linux: track aurbs in listGerd Hoffmann2011-05-261-7/+11
* usb-linux: add hostport propertyGerd Hoffmann2011-05-261-2/+7
* usb-linux: fix device path aka physical port handlingGerd Hoffmann2011-05-261-22/+20
* usb-linux: use usb_generic_handle_packet()Hans de Goede2011-05-261-242/+27
* usb-linux: Add missing break statementStefan Weil2011-05-091-0/+1
* usb: move complete callback to port opsGerd Hoffmann2011-05-041-1/+1
* usb-linux: Add support for buffering iso out usb packetsHans de Goede2011-05-041-51/+101
* usb-linux: We only need to keep track of 15 endpointsHans de Goede2011-05-041-3/+3
* usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede2011-05-041-1/+5
* usb-linux: Refuse packets for endpoints which are not in the usb descriptorHans de Goede2011-05-041-0/+13
* usb-linux: Add support for buffering iso usb packetsHans de Goede2011-05-041-17/+226
* usb-linux: Get the alt. setting from sysfs rather then asking the devHans de Goede2011-05-041-0/+18
* usb-linux: introduce a usb_linux_alt_setting functionHans de Goede2011-05-041-15/+25
* usb: fix spelling errors in usb-linux.cBrad Hards2011-04-161-2/+2
* usb: initialise data element in Linux USB_DISCONNECT ioctlBrad Hards2011-04-161-0/+1
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* usb-linux: Get the active configuration from sysfs rather then asking the devHans de Goede2010-11-161-0/+19
* usb-linux: introduce a usb_linux_get_configuration functionHans de Goede2010-11-161-8/+22
* usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYSHans de Goede2010-11-161-11/+15
* Return usb device to host on exitShahar Havivi2010-06-301-0/+14
* Return usb device to host on usb_del commandShahar Havivi2010-06-301-0/+1
* Changes to usb-linux to conform to coding styleDavid Ahern2010-05-031-149/+224
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+1
* Revert "usb-linux: remove unreachable default in switch statement"Anthony Liguori2010-03-191-0/+3
* usb-linux: remove unreachable default in switch statementPaul Bolle2010-03-171-3/+0
* usb: Remove disabled monitor_printf() in usb_read_file()Markus Armbruster2010-03-161-8/+0
* Do not use dprintfmalc2010-02-071-26/+26
OpenPOWER on IntegriCloud