summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Further conversions from ifp->if_softc -> ic_softc.adrian2015-08-208-67/+65
* Remove some if_softc references from urtwn(4).adrian2015-08-201-5/+5
* Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic athselasky2015-08-152-216/+236
* Fix race in USB PF which can happen if we stop tracing exactly whenhselasky2015-08-152-1/+10
* Handle NYET high speed tokens and predict NAK'ing is up next.hselasky2015-08-141-7/+13
* Minor code refactor to avoid duplicating code.hselasky2015-08-141-18/+9
* Improve the realtime properties of USB transfers for embedded systemshselasky2015-08-147-29/+71
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-0818-1057/+1798
* Fix mtx_assert() argument.glebius2015-08-071-1/+1
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-0718-1798/+1057
* Return the current ftdi bitbang mode with the UFTDIIOC_GET_BITMODE ioctl.ian2015-08-062-7/+16
* Add support to the uftdi driver for reading and writing the serial eepromian2015-08-063-1/+112
* Limit the number of times we loop inside the DWC OTG poll handler tohselasky2015-07-311-1/+7
* Optimise the DWC OTG host mode driver's receive path:hselasky2015-07-282-50/+30
* - Move the remainder of host controller capability registers reading frommarius2015-07-272-82/+77
* - Fix compilation after r285909 with USB_DEBUG defined.marius2015-07-271-7/+7
* - Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL/0xff again. Thismarius2015-07-271-64/+100
* Optimise the DWC OTG host mode driver's transmit path:hselasky2015-07-163-114/+77
* Import ugold driver from OpenBSD supporting digital USB temperaturehselasky2015-06-112-1/+411
* Add new USB quirk.hselasky2015-06-072-0/+2
* Don't wait forever for USB data to be flushed.hselasky2015-06-051-1/+2
* Fix spelling.hselasky2015-06-031-1/+1
* Fix for control endpoint handling in the DWC OTG driver. The datahselasky2015-06-021-56/+52
* Add USB MIDI template for USB device side mode.hselasky2015-06-014-0/+245
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-259-57/+55
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-259-0/+9
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-259-0/+9
* Fix for DWC OTG device side isochronous transfers. The even or oddhselasky2015-05-191-2/+31
* Make the FIFO configuration a bit more flexible for the DWC OTG inhselasky2015-05-182-22/+22
* Put recycle pointer in own memory area which is not mmap'able.hselasky2015-05-101-5/+9
* - Fix a wrong R92C_USTIME_TSF register definitionkevlo2015-05-082-22/+7
* Add support for DYMO LabelWriter PnP.hselasky2015-05-076-33/+174
* Add new USB ID.hselasky2015-05-052-0/+2
* Add support for Sierra MC7354 cardgarga2015-05-052-0/+2
* Implement a mechanism for making changes in the kernel<->driver PPSian2015-05-041-2/+3
* - Disable usb aggregation mode by default since it boots performancekevlo2015-04-301-7/+7
* - Add a new urtwn(4) devicekevlo2015-04-282-1/+2
* - Fix the length of efuse content.kevlo2015-04-241-16/+29
* Disable multi process interrupts, because the current code doesn't usehselasky2015-04-231-9/+7
* Don't print uninitialized variables.hselasky2015-04-211-2/+1
* Add new USB ID.kevlo2015-04-192-2/+4
* Buffers which can be memory mapped into userspace should never behselasky2015-04-172-8/+74
* Enable LDO to 2.5V before efuse r/w action in order to preventkevlo2015-04-161-1/+12
* Modify the return value of the uhci/ehci/xhci PCI probe routines toneel2015-04-133-3/+3
* The "get latency" and "get bitmode" device commands are read operations,ian2015-04-101-2/+2
* Add Lenovo ThinkPad OneLink GigaLAN.kevlo2015-04-072-0/+2
* urtwn: blink the LED when scanning.rpaulo2015-04-041-5/+5
* Remove whitespace.rpaulo2015-04-041-31/+31
* Add definition of the ISOCHRONOUS endpoint usage bits.hselasky2015-03-251-0/+5
* Remove no longer used allocation type.hselasky2015-03-172-2/+0
OpenPOWER on IntegriCloud