summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2014-10-30XFER_FREE is not used, ciao.Martin Pieuchot
2014-10-30Do not use void * for pointer artithmetics, it's a GNU extension, fromMartin Pieuchot
2014-10-30Do not enable interrupts before attaching usb(4), fix a panic when anMartin Pieuchot
2014-10-30Calculate the Route String when attaching a new device. This is stillMartin Pieuchot
2014-10-23Now that gcc2 is gone revert the removal of anonymous unions, means not havin...Brad Smith
2014-10-19More gracefully handle firmware loading errors in ulpt(4).Stefan Sperling
2014-10-18Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg)Jonathan Armani
2014-10-12regenJonathan Armani
2014-10-12Add Logitech Webcam C310Jonathan Armani
2014-10-05Only synchronize used TRBs and not the full ring when sending a controlMartin Pieuchot
2014-10-05Do not mark the pipe as halted when the HC reports a (split) transactionMartin Pieuchot
2014-10-05Do not re-establish the default pipe twice for every controller. MoveMartin Pieuchot
2014-10-05Quirk needed by the Archos 24y Vision, from Max Fillinger.Martin Pieuchot
2014-10-05regenMartin Pieuchot
2014-10-05Add vendor and product for the Archos 24y Vision, from Max Fillinger.Martin Pieuchot
2014-10-04Wait until a read control transfer is really completed before passingMartin Pieuchot
2014-10-01Check that the speed of a new device does not exceed its parent's speedMartin Pieuchot
2014-09-26Revert a part of r1.98 if_run.c which caused a regression on older genMike Larkin
2014-09-26Fix format signednessPhilip Guenther
2014-09-01Set the configuration number and get the interface handle in attach(),Martin Pieuchot
2014-09-01Revert previous, it puts too much pressure on memory allocation asMartin Pieuchot
2014-08-30Rewrite how queue heads are inserted and removed from the asynchronousMartin Pieuchot
2014-08-30Allow new devices to get an address when XHCI_DEBUG is defined.Martin Pieuchot
2014-08-21Now that DVACT_DEACTIVATE is propagated to the children of a device whenMartin Pieuchot
2014-08-14regenTodd C. Miller
2014-08-14Add USB hubs found on Intel Z97 chipset boards (one attached toTodd C. Miller
2014-08-10Ask for the descriptor size corresponding to the number of ports presentMartin Pieuchot
2014-08-10Do not allocate space for the whole structure when we just want to storeMartin Pieuchot
2014-08-10sizeof() a pointer of the right struct to appease clang.Martin Pieuchot
2014-08-10Merge xhci_device_setup() into xhci_pipe_init() there's no reason toMartin Pieuchot
2014-08-10Since USB xfer pools are accessed in interrupt context, initialize themMartin Pieuchot
2014-08-10Set and check for XFER_BUSY in the common methods instead of doing itMartin Pieuchot
2014-08-09Add support for non-root hubs now that uhub(4) can deal with them. ForMartin Pieuchot
2014-08-09Correctly recognize Super Speed devices, this is part of the work toMartin Pieuchot
2014-08-09Handle super speed hub descriptors.Martin Pieuchot
2014-08-09Do not store the whole USB hub descriptor in the "struct usbd_hub"Martin Pieuchot
2014-08-08Make sure asynchronous commands do not race with synchronous ones.Martin Pieuchot
2014-08-08Improve the logic to determine the maximum endpoint service interfaceMartin Pieuchot
2014-08-08Implement polling.Martin Pieuchot
2014-08-08Super Speed hub descriptor definition and routine, required for upcomingMartin Pieuchot
2014-08-08Even if the endpoint it reseted before the stack gets informed that aMartin Pieuchot
2014-08-08Fix debug printfs.Martin Pieuchot
2014-08-05Only check if the abort transfer is the interrupt one if the pipe isMartin Pieuchot
2014-08-03don't return unitialised memory on error in ehci_alloc_sqtd()Jonathan Gray
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-13Bye byeMartin Pieuchot
2014-07-12resurrect this treasure (still needed to build microcode)Theo de Raadt
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12Kill the last dumb DVACT_DEACTIVATE handlers.Martin Pieuchot
2014-07-12teduuuuuudfu(4) it has never been enabled in 5 years.Martin Pieuchot