summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2015-02-10Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@Masao Uebayashi
2015-02-09Whitespace.Masao Uebayashi
2015-02-09Trim blank lines.Masao Uebayashi
2015-02-07Fix a logic error when enabling MAC and reset the checksum report bitMartin Pieuchot
2015-02-04Kill annoying comments about ether_input()Martin Pieuchot
2015-01-27Vommiting errors about failed reset or stall clear are not usefull toMartin Pieuchot
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-22Reduce the number of intermediate buffers by pre-allocating DMA buffersMartin Pieuchot
2015-01-22Use correct error type and remove unused interface pointer.Martin Pieuchot
2015-01-21Do not try to stop and reset endpoints if USB transfers are abortedMartin Pieuchot
2015-01-19`wellspring' Apple keyboards found on Macbook Air need slightly differentMiod Vallat
2015-01-18Do not trust the content of event TRBs coming from the hardware andMartin Pieuchot
2015-01-18Complete synchronous abort method modeled after the existing ones.Martin Pieuchot
2015-01-18Do not try to free xfers before aborting the pipes, otherwise a clownMartin Pieuchot
2015-01-18Since we are no longer resetting rings when a Babble or Stall conditionMartin Pieuchot
2015-01-17Split the consumer & producer logic into two different functions inMartin Pieuchot
2015-01-13Always allow abort tasks to be scheduled, even if the device is beeingMartin Pieuchot
2015-01-12Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.Stefan Sperling
2015-01-12pretty up some malloc() callsTheo de Raadt
2015-01-12Some fixes and tidying up of the receive filter handling bits.Brad Smith
2015-01-11There's no simple way so check for DMA buffer overrun with isochronousMartin Pieuchot
2015-01-11use mallocarray(), then set the size afterwards. Prefer if people learnTheo de Raadt
2015-01-11use mallocarray()Theo de Raadt
2015-01-11KUE_MCFILTCNT() is non-constant, so use mallocarray()Theo de Raadt
2015-01-09The "SunMicro Virtual Eth Device" found on Oracle's more recent SPARC systemsMark Kettenis
2015-01-09regenMark Kettenis
2015-01-09SunMicro Virtual Eth DeviceMark Kettenis
2015-01-09Properly unwind from a failure in usbd_dma_contig_alloc(). CallingMark Kettenis
2015-01-09Always check for DMA buffer overrun, not just for some specific xfers.Martin Pieuchot
2015-01-09Correctly report memory allocation failure in uhidev_set_report_async().Martin Pieuchot
2015-01-09Add an asynchronous version of uhidev_get_report(), from David HiggsMartin Pieuchot
2015-01-09regenJonathan Gray
2015-01-09add rate matching hubs seen on a C610 systemJonathan Gray
2015-01-06We do not support freeing memory using reqbufs with a zero size soJonathan Armani
2015-01-06Support for MEDION S4222 which needs another funky umass quirk. FromMartin Pieuchot
2015-01-06regenMartin Pieuchot
2015-01-06MediaTek Inc. from Ingo Feinerer.Martin Pieuchot
2015-01-05Prevent a race condition upon resume by adding a supplementary delay.Martin Pieuchot
2015-01-04Only set the status of a completed xfer just before giving it back toMartin Pieuchot
2015-01-04return 0 for success in ucycom_param() instead of uninitialised memoryJonathan Gray
2015-01-03(new) device driver for Silicon Labs CP2110 USB HID based UART.uaa
2015-01-02When chaining TRBs, calculate the TD Size as described in sectionMartin Pieuchot
2015-01-02Report the TT Think Time of USB2.0 Hubs.Martin Pieuchot
2014-12-29Some missing break's.Brad Smith
2014-12-29Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2014-12-28Attach USB HID devices from the Generic Destop page, usage pointer toMatthieu Herrb
2014-12-22unifdef INETTed Unangst
2014-12-21Always clear a port reset feature after setting it, or at least try to.Martin Pieuchot
2014-12-21Various transfer improvements/fixes.Martin Pieuchot
2014-12-21Use a bitmask when dumping TRB flags. No change in !XHCI_DEBUG.Martin Pieuchot