aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic atHans Petter Selasky2015-08-152-216/+236
* Fix race in USB PF which can happen if we stop tracing exactly whenHans Petter Selasky2015-08-152-1/+10
* Handle NYET high speed tokens and predict NAK'ing is up next.Hans Petter Selasky2015-08-141-7/+13
* Minor code refactor to avoid duplicating code.Hans Petter Selasky2015-08-141-18/+9
* Improve the realtime properties of USB transfers for embedded systemsHans Petter Selasky2015-08-147-29/+71
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-0818-1057/+1798
* Fix mtx_assert() argument.Gleb Smirnoff2015-08-071-1/+1
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-0718-1798/+1057
* Return the current ftdi bitbang mode with the UFTDIIOC_GET_BITMODE ioctl.Ian Lepore2015-08-062-7/+16
* Add support to the uftdi driver for reading and writing the serial eepromIan Lepore2015-08-063-1/+112
* Limit the number of times we loop inside the DWC OTG poll handler toHans Petter Selasky2015-07-311-1/+7
* Optimise the DWC OTG host mode driver's receive path:Hans Petter Selasky2015-07-282-50/+30
* - Move the remainder of host controller capability registers reading fromMarius Strobl2015-07-272-82/+77
* - Fix compilation after r285909 with USB_DEBUG defined.Marius Strobl2015-07-271-7/+7
* - Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL/0xff again. ThisMarius Strobl2015-07-271-64/+100
* Optimise the DWC OTG host mode driver's transmit path:Hans Petter Selasky2015-07-163-114/+77
* Import ugold driver from OpenBSD supporting digital USB temperatureHans Petter Selasky2015-06-112-1/+411
* Add new USB quirk.Hans Petter Selasky2015-06-072-0/+2
* Don't wait forever for USB data to be flushed.Hans Petter Selasky2015-06-051-1/+2
* Fix spelling.Hans Petter Selasky2015-06-031-1/+1
* Fix for control endpoint handling in the DWC OTG driver. The dataHans Petter Selasky2015-06-021-56/+52
* Add USB MIDI template for USB device side mode.Hans Petter Selasky2015-06-014-0/+245
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-259-57/+55
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-259-0/+9
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-259-0/+9
* Fix for DWC OTG device side isochronous transfers. The even or oddHans Petter Selasky2015-05-191-2/+31
* Make the FIFO configuration a bit more flexible for the DWC OTG inHans Petter Selasky2015-05-182-22/+22
* Put recycle pointer in own memory area which is not mmap'able.Hans Petter Selasky2015-05-101-5/+9
* - Fix a wrong R92C_USTIME_TSF register definitionKevin Lo2015-05-082-22/+7
* Add support for DYMO LabelWriter PnP.Hans Petter Selasky2015-05-076-33/+174
* Add new USB ID.Hans Petter Selasky2015-05-052-0/+2
* Add support for Sierra MC7354 cardRenato Botelho2015-05-052-0/+2
* Implement a mechanism for making changes in the kernel<->driver PPSIan Lepore2015-05-041-2/+3
* - Disable usb aggregation mode by default since it boots performanceKevin Lo2015-04-301-7/+7
* - Add a new urtwn(4) deviceKevin Lo2015-04-282-1/+2
* - Fix the length of efuse content.Kevin Lo2015-04-241-16/+29
* Disable multi process interrupts, because the current code doesn't useHans Petter Selasky2015-04-231-9/+7
* Don't print uninitialized variables.Hans Petter Selasky2015-04-211-2/+1
* Add new USB ID.Kevin Lo2015-04-192-2/+4
* Buffers which can be memory mapped into userspace should never beHans Petter Selasky2015-04-172-8/+74
* Enable LDO to 2.5V before efuse r/w action in order to preventKevin Lo2015-04-161-1/+12
* Modify the return value of the uhci/ehci/xhci PCI probe routines toNeel Natu2015-04-133-3/+3
* The "get latency" and "get bitmode" device commands are read operations,Ian Lepore2015-04-101-2/+2
* Add Lenovo ThinkPad OneLink GigaLAN.Kevin Lo2015-04-072-0/+2
* urtwn: blink the LED when scanning.Rui Paulo2015-04-041-5/+5
* Remove whitespace.Rui Paulo2015-04-041-31/+31
* Add definition of the ISOCHRONOUS endpoint usage bits.Hans Petter Selasky2015-03-251-0/+5
* Remove no longer used allocation type.Hans Petter Selasky2015-03-172-2/+0
* Use define instead of constant.Hans Petter Selasky2015-03-171-2/+1
* Use SYSCTL_OUT_STR() to return strings.Ian Lepore2015-03-141-1/+1