summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use define instead of constant.hselasky2015-03-171-2/+1
* Use SYSCTL_OUT_STR() to return strings.ian2015-03-141-1/+1
* Lock softc before clearing bits.hselasky2015-03-101-0/+2
* Add support for enabling the USB on the Raspberry Pi boards when it hasn'tandrew2015-03-082-11/+46
* Switch polarity of PPS events.hselasky2015-03-081-3/+8
* Use correct mode variable for PPS support.hselasky2015-03-071-2/+2
* Allow the UDL screen refresh rate to be runtime configurable through ahselasky2015-03-071-3/+25
* Add PPS support to USB serial drivers.hselasky2015-03-072-4/+40
* Add more USB IDs.hselasky2015-03-073-1/+5
* Sort and remove unnecessary headers.loos2015-03-031-14/+4
* Add quirk for USB 3.0 controllers which don't support 64-bit DMA.hselasky2015-03-031-1/+12
* Add quirk to disable 64-bit XHCI DMA after r276717.hselasky2015-03-023-6/+11
* Add ugen keyword to USB pnpinfo. Remove extra space from existing pnpinfo.hselasky2015-02-251-6/+14
* Ensure that the XHCI driver will refresh the control endpoint settingshselasky2015-02-241-0/+7
* Add support for the DWC OTG v2 chipset found in the STM32F4 series ofhselasky2015-02-232-11/+48
* Try to resolve infinite interrupts by clearing an undocumentedhselasky2015-02-171-1/+2
* Reduce number of memory buffers a bit.hselasky2015-02-161-1/+1
OpenPOWER on IntegriCloud